4chan-src/latest.php
2025-04-17 09:20:34 +02: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";
?>