haplousframework/index.php

10 lines
166 B
PHP
Raw Normal View History

2014-04-18 03:05:44 +00:00
<?php
require('system/engine/core.php');
foreach (glob("system/vendor/*.php") as $filename)
{
include $filename;
}
$core = new HF_Core();
$core->run();