From: Alessandro P. (T. / J578) <al...@ti...> - 2002-01-16 11:07:51
|
I fixed some bugs reported on the bugtrack and also fixed docs/INSTALL: correct syntax to enable register_globals in a .htaccess file is: #php.ini configuration <IfModule mod_php4.c> php_flag register_globals on </IfModule> and not : php_value register_globals "On" Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |