fix legacy index.php still being routable(!)

This commit is contained in:
mappu 2017-12-10 11:43:02 +13:00
parent cd879798e3
commit f28ae17a00
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
<?php
/*
Chat Archives
`````````````
Requires PHP 5.4 (short-array syntax and ENT_SUBSTITUTE) with short_open_tag
URL rewriting for nginx;
location / {
try_files $uri /index.php?$args;
}
*/
require __DIR__.'/../includes/bootstrap.php';
URLRouter::routeRequest();