[Phpslash-commit] CVS: phpslash-ft/public_html backend.php3,1.21,1.22
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-03-14 18:04:43
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv4259/phpslash-ft/public_html Modified Files: backend.php3 Log Message: login cancel url typo Index: backend.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/backend.php3,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** backend.php3 11 Feb 2002 20:20:18 -0000 1.21 --- backend.php3 14 Mar 2002 18:04:41 -0000 1.22 *************** *** 131,134 **** --- 131,135 ---- 'SITE_TITLE' => $_PSL['site_title'], 'SITE_SLOGAN' => $_PSL['site_slogan'], + 'SITE_OWNER' => $_PSL['site_owner'], 'SITE_HOST' => $HTTP_HOST, // TODO: nh asks: Will this be around with register_globals=Off? 'PHP_SELF' => $_PSL['phpself'], |