KodExplorer/index.php

7 lines
120 B
PHP
Raw Normal View History

2015-03-22 20:54:54 +00:00
<?php
include ('./config/config.php');
$app = new Application();
init_lang();
init_setting();
$app->run();
2014-04-01 18:00:42 +00:00
?>