Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv26415/public_html
Modified Files:
config.php3
Log Message:
bugfix - removed Variable from menu
Index: config.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** config.php3 2001/11/13 22:01:27 1.116
--- config.php3 2001/11/18 01:07:48 1.117
***************
*** 83,87 ****
$_PSL[module][Submission] = true;
$_PSL[module][Infolog] = true;
!
$_PSL[show_admin_on_navbar] = true; // turns the Admin link on in the navbar
--- 83,87 ----
$_PSL[module][Submission] = true;
$_PSL[module][Infolog] = true;
! $_PSL[module][Variable] = false;
$_PSL[show_admin_on_navbar] = true; // turns the Admin link on in the navbar
***************
*** 299,303 ****
link => $_PSL['adminurl'] . "/variableAdmin.php3",
perm => "variable",
! module => ""
);
$menuitem[] = array(
--- 299,303 ----
link => $_PSL['adminurl'] . "/variableAdmin.php3",
perm => "variable",
! module => "Variable"
);
$menuitem[] = array(
|