php-censor/public/index.php
2018-03-09 13:46:18 +07:00

9 lines
177 B
PHP

<?php
session_start();
require_once(dirname(__DIR__) . '/bootstrap.php');
$fc = new PHPCensor\Application($config, new PHPCensor\Http\Request());
print $fc->handleRequest();