4chan/latest.php
2025-04-26 11:21:01 -04:00

8 lines
207 B
PHP

<?
/* 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";
?>