php-censor/index.php

9 lines
167 B
PHP
Raw Normal View History

2013-05-03 17:02:53 +02:00
<?php
error_reporting(E_ALL & ~E_NOTICE);
ini_set('display_errors', 'on');
require_once('bootstrap.php');
$fc = new PHPCI\Application();
print $fc->handleRequest();