Beispiel #1
0
 public static function PREP($path = false)
 {
     if (!empty($path)) {
         $ConfigPath = $path;
         self::$MemStart = memory_get_usage();
         self::HTTP_REFERER();
         self::$PATH['ROOT'] = self::PathToRoot($_SERVER['SCRIPT_NAME']);
         include $ConfigPath;
         self::$CONFIG['SERVER'] = $config;
     }
 }