php-censor/public/index.php

9 lines
177 B
PHP
Raw Permalink Normal View History

2013-05-03 17:02:53 +02:00
<?php
2016-04-25 19:30:23 +02:00
2013-05-10 17:25:51 +02:00
session_start();
2016-04-17 20:16:58 +02:00
require_once(dirname(__DIR__) . '/bootstrap.php');
2013-05-03 17:02:53 +02:00
2018-03-04 11:22:14 +01:00
$fc = new PHPCensor\Application($config, new PHPCensor\Http\Request());
print $fc->handleRequest();