Haplous Framework 

Haplous Framework Commit Details


Date:2016-12-28 23:11:38 (7 years 11 months ago)
Author:Natalie Adams
Branch:master
Commit:52c24a84c04e71cbadd566b4fe7a4e3c729aee07
Parents: f08b2987e10c7b7a11a5e305670f3bbf5a189bb8
Message:fixing autoload and hf_core rename in index.php

Changes:

File differences

index.php
11
22
3
4
5
36
47
58
69
710
8
11
912
1013
1114
<?php
spl_autoload_extensions(".php"); // comma-separated list
spl_autoload_register();
foreach (glob("system/vendor/*.php") as $filename)
{
include $filename;
}
require('system/engine/core.php');
require('system/engine/hf_core.php');
$core = new HF_Core();
$core->run();

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05258s using 14 queries.