Update of /cvsroot/phpslash/phpslash-ft
In directory usw-pr-cvs1:/tmp/cvs-serv13222
Modified Files:
CHANGES
Log Message:
made class files and such use quoted strings in arrays
Index: CHANGES
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v
retrieving revision 1.384
retrieving revision 1.385
diff -C2 -d -r1.384 -r1.385
*** CHANGES 2002/02/02 21:01:19 1.384
--- CHANGES 2002/02/03 02:49:39 1.385
***************
*** 13,16 ****
--- 13,24 ----
9 - Removal of something (kill -9 :)
+ 2002-Feb-02 9:35PM EST nathan hruby <na...@ds...>
+ [W] - Went through all class files, functions.inc and config to
+ remove unquoted strings. Things like $ary[foo] are
+ now $ary['foo']. Also removed things like:
+ $bar = "$ary[foo]"; This is the first step in getting
+ things to run with register_globals=Off.
+ Everything in public_html/* still needs this done.
+
2002-Feb-02 3:00PM CST Joe Stewart <jo...@be...>
[B] - login.php3 - Made Nathan's suggested changes. Removed
|