SiteWeaver_CMS/_bootstrap.php
Funky Waddle 42df7cac0f
Some checks are pending
CI / build_and_test (push) Waiting to run
add file-level comments
2026-09-10 14:36:00 -05:00

12 lines
183 B
PHP

<?php
/**
* File: _bootstrap.php
*
* Author: Funky Waddle
* Date: 2026-09-10
*
* Purpose:
* Bootstrap file for the application.
*/
require __DIR__ . '/vendor/autoload.php';