fix legacy index.php still being routable(!)
This commit is contained in:
parent
cd879798e3
commit
f28ae17a00
@ -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();
|
Loading…
Reference in New Issue
Block a user