Update of /cvsroot/phpslash/phpslash-dev/include/modules/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11812/phpslash-dev/include/modules/admin
Modified Files:
configperms.php
Log Message:
add column and ordernum to block list.
Index: configperms.php
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/admin/configperms.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configperms.php 18 Sep 2004 14:30:33 -0000 1.1
--- configperms.php 22 Oct 2004 20:47:06 -0000 1.2
***************
*** 11,15 ****
// Check if config_setup.php is still enabled.
if ($GLOBALS['perm']->have_perm('root') && file_exists($GLOBALS['_PSL']['basedir'] . '/config_setup.php')) {
! $securityWarning .= '<p>' . getError('Notice: After phpSlash is installed, please remove config_setup.php and config_setup.ini.php.') .'</p><p>From a linux shell the following wll make your install more secure and remove this message:' . '<br /> <em>rm ' . $GLOBALS['_PSL']['basedir'] . '/config_setup*</em></p>';
}
--- 11,15 ----
// Check if config_setup.php is still enabled.
if ($GLOBALS['perm']->have_perm('root') && file_exists($GLOBALS['_PSL']['basedir'] . '/config_setup.php')) {
! $securityWarning .= '<p>' . getError('Notice: After phpSlash is installed, please remove config_setup.php.') .'</p><p>From a linux shell the following wll make your install more secure and remove this message:' . '<br /> <em>rm ' . $GLOBALS['_PSL']['basedir'] . '/config_setup*</em></p>';
}
|