SiteWeaver_CMS/public/index.php
Funky Waddle 059d3d2f12
Some checks are pending
CI / build_and_test (push) Waiting to run
Milestones 0-1
2026-09-10 14:14:52 -05:00

8 lines
164 B
PHP

<?php
declare(strict_types=1);
$container = require __DIR__ . '/../config/bootstrap.php';
// Placeholder: output a simple message.
echo "SiteWeaverCMS running.";