Initial commit: 교육 프로젝트 배포
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user