[Openfirst-cvscommit] base/config first.php,1.18,1.19
Brought to you by:
xtimg
From: <xt...@us...> - 2003-08-20 15:57:25
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv16243 Modified Files: first.php Log Message: Fix lack of escaping error Index: first.php =================================================================== RCS file: /cvsroot/openfirst/base/config/first.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** first.php 19 Aug 2003 20:53:42 -0000 1.18 --- first.php 20 Aug 2003 14:40:09 -0000 1.19 *************** *** 91,95 **** } } elseif (is_readable(getcwd() . \"/../../config/functions/\")) { ! foreach (glob(getcwd() . \"/../../config/functions/*.php\") as $filename) { include(\$filename); } --- 91,95 ---- } } elseif (is_readable(getcwd() . \"/../../config/functions/\")) { ! foreach (glob(getcwd() . \"/../../config/functions/*.php\") as \$filename) { include(\$filename); } |