initial commit

This commit is contained in:
2025-04-26 11:21:01 -04:00
commit 64f56c2711
391 changed files with 196409 additions and 0 deletions

8
latest.php Normal file
View 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";
?>