Changeset 1643
- Timestamp:
- 05/16/06 19:54:59 (3 years ago)
- Files:
-
- alternc/trunk/bureau/class/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/class/config.php
r1545 r1643 60 60 if (!get_magic_quotes_gpc()) { 61 61 echo "MAGIC QUOTES GPC IS DISABLED ! It's a bug in your php4 configuration, please fix it !!"; 62 exit(); 63 } 64 if (ini_get("safe_mode")) { 65 echo "SAFE MODE IS ENABLED for the web panel ! It's a bug in your php4 or apache configuration, please fix it !!"; 62 66 exit(); 63 67 }
