예제 #1
0
파일: ajax.php 프로젝트: TomCan/dashboard
 public static function load()
 {
     $yaml = new Yaml();
     self::$config = $yaml->parse(file_get_contents("../app/config/config.yml"));
 }