コード例 #1
0
ファイル: runtime.php プロジェクト: dalinhuang/zotop
 public static function reboot()
 {
     runtime::clear();
     runtime::config();
     runtime::library();
     runtime::hooks();
     runtime::run();
 }