[Phpslash-commit] CVS: phpslash-ft/public_html config.php3,1.134,1.135
Brought to you by:
joestewart,
nhruby
From: nathan h. <nh...@us...> - 2002-04-28 21:12:19
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv4816/public_html Modified Files: config.php3 Log Message: Doc update for register_globals and a futz with config. Will fiox config before release Index: config.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v retrieving revision 1.134 retrieving revision 1.135 diff -C2 -d -r1.134 -r1.135 *** config.php3 27 Apr 2002 20:31:10 -0000 1.134 --- config.php3 27 Apr 2002 20:49:35 -0000 1.135 *************** *** 19,23 **** /**** START DEBUGING - Comment or delete this for production! ****/ //ini_set('error_reporting', 'E_ALL'); ! //ini_set('error_reporting', 'E_ALL~E_NOTICE'); /**** END DEBUGING ****/ --- 19,23 ---- /**** START DEBUGING - Comment or delete this for production! ****/ //ini_set('error_reporting', 'E_ALL'); ! ini_set('error_reporting', 'E_ALL~E_NOTICE'); /**** END DEBUGING ****/ *************** *** 57,61 **** // $rooturl -> The base URL for the phpslash site ! $_PSL['rooturl'] = 'http://dingo/devel/phpslash-ft/public_html'; // $adminurl -> The base URL for the admin pages --- 57,61 ---- // $rooturl -> The base URL for the phpslash site ! $_PSL['rooturl'] = 'http://fatboy/ft/'; // $adminurl -> The base URL for the admin pages |