From c53ba7399c6218ba193e279996d8dc968f340d78 Mon Sep 17 00:00:00 2001 From: xman <1946321327@qq.com> Date: Thu, 10 Jul 2025 17:18:07 +0800 Subject: [PATCH] dbbackup --- application/extra/site.example.php | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 application/extra/site.example.php diff --git a/application/extra/site.example.php b/application/extra/site.example.php new file mode 100644 index 0000000..7df4673 --- /dev/null +++ b/application/extra/site.example.php @@ -0,0 +1,46 @@ + '神帝', + 'beian' => '2', + 'cdnurl' => '', + 'version' => '1.0.2', + 'timezone' => 'Asia/Shanghai', + 'forbiddenip' => '', + 'languages' => + array ( + 'backend' => 'zh-cn', + 'frontend' => 'zh-cn', + ), + 'fixedpage' => 'dashboard', + 'categorytype' => + array ( + 'default' => 'Default', + 'page' => 'Page', + 'article' => 'Article', + 'test' => 'Test', + ), + 'configgroup' => + array ( + 'basic' => 'Basic', + 'email' => 'Email', + 'dictionary' => 'Dictionary', + 'user' => 'User', + 'example' => 'Example', + ), + 'mail_type' => '1', + 'mail_smtp_host' => 'smtp.qq.com', + 'mail_smtp_port' => '465', + 'mail_smtp_user' => '', + 'mail_smtp_pass' => '', + 'mail_verify_type' => '2', + 'mail_from' => '', + 'attachmentcategory' => + array ( + 'category1' => 'Category1', + 'category2' => 'Category2', + 'custom' => 'Custom', + ), + 'ip_check' => '0', + 'allowip' => '', +);