Initial commit

This commit is contained in:
2025-09-22 21:02:16 +02:00
commit 8b7207c2e7
151 changed files with 10560 additions and 0 deletions

14
run/rules.json Normal file
View File

@@ -0,0 +1,14 @@
{
"allow": [
"index.html",
"css/*",
"private/info.php"
],
"deny": [
"private/*"
],
"auth": [
"private/*",
"admin/*"
]
}