phpci/index.php
2013-05-10 16:25:51 +01:00

11 lines
185 B
PHP

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