KodExplorer/index.php

8 lines
120 B
PHP
Executable File

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