Adding modifications from kritbit
This commit is contained in:
20
index.php
20
index.php
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
foreach (glob("system/vendor/*.php") as $filename)
|
||||
{
|
||||
include $filename;
|
||||
}
|
||||
|
||||
require('system/engine/core.php');
|
||||
|
||||
$core = new HF_Core();
|
||||
<?php
|
||||
|
||||
foreach (glob("system/vendor/*.php") as $filename)
|
||||
{
|
||||
include $filename;
|
||||
}
|
||||
|
||||
require('system/engine/core.php');
|
||||
|
||||
$core = new HF_Core();
|
||||
$core->run();
|
Reference in New Issue
Block a user