phpci/index.php
2013-05-03 16:02:53 +01:00

9 lines
167 B
PHP

<?php
error_reporting(E_ALL & ~E_NOTICE);
ini_set('display_errors', 'on');
require_once('bootstrap.php');
$fc = new PHPCI\Application();
print $fc->handleRequest();