initial commit
This commit is contained in:
8
latest.php
Normal file
8
latest.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?
|
||||
/* Alternate way of loading imgboard ?mode=latest.
|
||||
Temp hack because of difficulty of checking query strings in order to set auth_basic in nginx.
|
||||
*/
|
||||
|
||||
$mode = "latest";
|
||||
require_once "imgboard.php";
|
||||
?>
|
Reference in New Issue
Block a user