[Nextcms-commits] CVS: nextcms utils.php,1.6,1.7
Status: Alpha
Brought to you by:
andrejb
|
From: Andrej B. <an...@us...> - 2003-01-04 00:11:06
|
Update of /cvsroot/nextcms/nextcms In directory sc8-pr-cvs1:/tmp/cvs-serv22783 Modified Files: utils.php Log Message: * bugfix in utils.php -------------------------------------------------------------------- Index: utils.php =================================================================== RCS file: /cvsroot/nextcms/nextcms/utils.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** utils.php 31 Dec 2002 03:48:45 -0000 1.6 --- utils.php 4 Jan 2003 00:11:03 -0000 1.7 *************** *** 189,193 **** $GLOBALS['SERVER'] = $_SERVER; else ! $GLOBALS['SERVER'] = $GLOBALS['HTTP_GET_VARS']; if (!isset($GLOBALS['document_root'])) --- 189,193 ---- $GLOBALS['SERVER'] = $_SERVER; else ! $GLOBALS['SERVER'] = $GLOBALS['HTTP_SERVER_VARS']; if (!isset($GLOBALS['document_root'])) |