From: Reini U. <ru...@x-...> - 2004-11-17 16:25:11
|
Scott Taylor schrieb: > Reini Urban said: > >>register_globals on > > > What does this mean? I don't see any variables or anything close to that > name anywhere in the phpwiki-1.2.4 directory and as I said earlier, I > don't grok PHP, much. that's a required php setting for the old phpwiki-1.2.x. e.g.: .htaccess php_admin_value register_globals 1 -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |