Example #1
0
 private static function initConfiguration()
 {
     if (empty(self::$aConfiguration)) {
         self::$sRealRootPath = realpath(__DIR__ . '/../') . '/';
     }
 }