kritbit

kritbit Git Source Tree


Root/web/index.php

1
2
3
4
5
6
7
8
9
10
11
12
<?php
 
spl_autoload_extensions(".php"); // comma-separated list
spl_autoload_register();
 
foreach (glob("system/vendor/*.php") as $filename)
{
    include $filename;
}
 
$core = new \system\engine\HF_Core();
$core->run();

Archive Download this file

Branches

Number of commits:
Page rendered in 0.08105s using 11 queries.