SiteWeaver_CMS/public/index.php
Funky Waddle c3ec2b86d9
Some checks are pending
CI / build_and_test (push) Waiting to run
Milestones 0, 1, 2
2026-09-09 18:58:20 -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.";