Пример #1
0
 public static function reboot()
 {
     runtime::clear();
     runtime::config();
     runtime::library();
     runtime::hooks();
     runtime::run();
 }