Ignore:
Timestamp:
08/04/10 16:33:28 (3 years ago)
Author:
benjamin
Message:

alternc don't depend on magic_quotes ON (in fact it only depend on magic quotes for session management, which will be corrected in the next patch ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/class/config.php

    r2675 r2759  
    5858sem_acquire( $alternc_sem ); 
    5959 
    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 } 
    6460if (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 !!"; 
     61  echo "SAFE MODE IS ENABLED for the web panel ! It's a bug in your php or apache configuration, please fix it !!"; 
    6662  exit(); 
    6763} 
     
    117113 
    118114$classes=array(); 
    119 /* CLASSES PHP4 : automatic include : */ 
     115/* CLASSES PHP : automatic include : */ 
    120116$c=opendir($root."class/"); 
    121117while ($di=readdir($c)) { 
Note: See TracChangeset for help on using the changeset viewer.