[Openfirst-cvscommit] base/config/functions debug.php,1.3,1.4
Brought to you by:
xtimg
From: <xt...@us...> - 2003-12-23 15:55:22
|
Update of /cvsroot/openfirst/base/config/functions In directory sc8-pr-cvs1:/tmp/cvs-serv32537 Modified Files: debug.php Log Message: Whoops, parse error ;_; Index: debug.php =================================================================== RCS file: /cvsroot/openfirst/base/config/functions/debug.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** debug.php 23 Dec 2003 15:53:00 -0000 1.3 --- debug.php 23 Dec 2003 15:55:19 -0000 1.4 *************** *** 40,44 **** $checksum = "md5_file not supported by PHP version."; } else { ! $checksum = md5_file($_SERVER["PATH_TRANSLATED"]) . } --- 40,44 ---- $checksum = "md5_file not supported by PHP version."; } else { ! $checksum = md5_file($_SERVER["PATH_TRANSLATED"]); } |