4chan/latest.php
AgarthaCrack 5a446f7192 add code
2025-04-15 23:37:08 +00: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";
?>