KodExplorer/index.php

8 lines
118 B
PHP
Executable File

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