From 318ced06a7c759397ebf5a4af2a49b39c94ca260 Mon Sep 17 00:00:00 2001 From: zhuyu Date: Wed, 4 Jun 2025 13:34:19 +0800 Subject: [PATCH] Stop tracking site.php --- application/extra/site.php | 44 -------------------------------------- 1 file changed, 44 deletions(-) delete mode 100755 application/extra/site.php diff --git a/application/extra/site.php b/application/extra/site.php deleted file mode 100755 index 5c7e14d..0000000 --- a/application/extra/site.php +++ /dev/null @@ -1,44 +0,0 @@ - 'Allocatr', - 'beian' => '', - 'cdnurl' => '', - 'version' => '1.0.1', - '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', - ), - 'attachmentcategory' => - array ( - 'category1' => 'Category1', - 'category2' => 'Category2', - 'custom' => 'Custom', - ), - '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' => '', -);