KodExplorer/index.php

7 lines
120 B
PHP
Executable File

<?php
include ('./config/config.php');
$app = new Application();
init_lang();
init_setting();
$app->run();
?>