4chan/latest.php
2025-04-17 14:46:47 -05:00

8 lines
No EOL
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";
?>