From: cajus Date: Wed, 7 Mar 2007 06:37:56 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=47b3f69ceaaa39e92a044605b072382c70551141;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5752 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/README.safemode b/README.safemode index e43434059..f3c67deb5 100644 --- a/README.safemode +++ b/README.safemode @@ -1,7 +1,7 @@ In order to run GOsa in PHP's safe mode, these changes in your php.ini have been tested: -magic_quotes_qpc = On +magic_quotes_gpc = On allow_url_fopen = No register_globals = Off safe_mode = On