Beispiel #1
0
 private static function initialGet()
 {
     if (!self::$config) {
         self::$config = (include BASE_PATH . '/config.php');
     }
 }