summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-10-11 10:34:14 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-10-11 10:34:14 +0000
commitf558bedb1c5b6832877e3ab0d2d771e714750172 (patch)
treecf4753715f052373b3c7a8f129a364ac4840086f /admin
parent79b2baa34ed96f3ef69ebf781b2be7aff51e107b (diff)
downloadnexus-f558bedb1c5b6832877e3ab0d2d771e714750172.tar.gz
nexus-f558bedb1c5b6832877e3ab0d2d771e714750172.tar.bz2
nexus-f558bedb1c5b6832877e3ab0d2d771e714750172.zip
update plugins stuff with older but nicer UI, remove unused files, update menu to reflect repositioning of admin area
Diffstat (limited to 'admin')
-rw-r--r--admin/nexus_plugins.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/admin/nexus_plugins.php b/admin/nexus_plugins.php
deleted file mode 100644
index 194c4e8..0000000
--- a/admin/nexus_plugins.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-require_once( '../../bit_setup_inc.php' );
-global $gBitSystem;
-require_once( NEXUS_PKG_PATH.'Nexus.php');
-
-if( isset( $_REQUEST['store_plugins'] ) ) {
- $gNexusSystem->setActivePlugins( $_REQUEST['PLUGINS'] );
-}
-
-$gBitSystem->setBrowserTitle( 'Nexus Menus' );
-$gBitSystem->display( 'bitpackage:nexus/nexus_plugins.tpl' );
-?>