@@ -11,8 +11,8 @@ |
||
| 11 | 11 | |
| 12 | 12 | class conf { |
| 13 | 13 | static $config=false; |
| 14 | - static public function load(){ |
|
| 15 | - if(!self::$config){ |
|
| 14 | + static public function load() { |
|
| 15 | + if (!self::$config) { |
|
| 16 | 16 | self::$config=Config::load(BASE_PATH.'/app/conf'); |
| 17 | 17 | } |
| 18 | 18 | return self::$config; |