fresh start

This commit is contained in:
sagrrecn
2026-02-19 13:13:03 +08:00
commit 9bbf98d0b9
322 changed files with 15696 additions and 0 deletions

14
core/index.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
if (!defined("__TYPECHO_ROOT_DIR__")) {
exit();
}
require_once "utils.php";
require_once "options.php";
require_once "meta.php";
require_once "post.php";
require_once "common.php";