Initial commit.
This commit is contained in:
commit
2c860e8009
43 changed files with 12560 additions and 0 deletions
9
index.php
Normal file
9
index.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
error_reporting(E_ALL & ~E_NOTICE);
|
||||
ini_set('display_errors', 'on');
|
||||
|
||||
require_once('bootstrap.php');
|
||||
|
||||
$fc = new PHPCI\Application();
|
||||
print $fc->handleRequest();
|
||||
Loading…
Add table
Add a link
Reference in a new issue