Files
sunscope/lib/bootstrap.php
T
fraxle 71860b9dd9 5.4.0
Restructure
New Journal entries
Colour tabs update with wind
2026-08-31 15:12:45 +01:00

9 lines
370 B
PHP

<?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';