d
This commit is contained in:
15
public_html/index.php
Normal file
15
public_html/index.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
use Hura\App;
|
||||
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
const TEMPLATE_ASSET = '/assets';
|
||||
|
||||
include __DIR__."/_shared.php";
|
||||
|
||||
$objApp = new App();
|
||||
|
||||
$objApp->start();
|
||||
Reference in New Issue
Block a user