Changeset 2759 for alternc/trunk/bureau/class/config.php
- Timestamp:
- 08/04/10 16:33:28 (3 years ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/class/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/class/config.php
r2675 r2759 58 58 sem_acquire( $alternc_sem ); 59 59 60 if (!get_magic_quotes_gpc()) {61 echo "MAGIC QUOTES GPC IS DISABLED ! It's a bug in your php4 configuration, please fix it !!";62 exit();63 }64 60 if (ini_get("safe_mode")) { 65 echo "SAFE MODE IS ENABLED for the web panel ! It's a bug in your php 4or apache configuration, please fix it !!";61 echo "SAFE MODE IS ENABLED for the web panel ! It's a bug in your php or apache configuration, please fix it !!"; 66 62 exit(); 67 63 } … … 117 113 118 114 $classes=array(); 119 /* CLASSES PHP 4: automatic include : */115 /* CLASSES PHP : automatic include : */ 120 116 $c=opendir($root."class/"); 121 117 while ($di=readdir($c)) {
Note: See TracChangeset
for help on using the changeset viewer.
