Restructure
New Journal entries
Colour tabs update with wind
This commit is contained in:
fraxle
2026-08-31 15:12:45 +01:00
parent 47818fba33
commit 71860b9dd9
40 changed files with 3430 additions and 443 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
// ─── SunScope — API bootstrap ─────────────────────────────────────────────
// require'd at the top of every api/*.php endpoint.
require __DIR__ . '/../secrets.local.php';
require __DIR__ . '/db.php';
require __DIR__ . '/http.php';
require __DIR__ . '/auth.php';