10 lines
187 B
PHP
10 lines
187 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
/*
|
|
* Index page backend entrypoint.
|
|
* Keep view/backend filename aligned: skin/index.php <-> bbs/index.php
|
|
*/
|
|
|
|
require_once __DIR__ . '/main_data.php';
|