Accept Merge Request #109: (feature/zy -> develop)
Merge Request: Stop tracking site.php Created By: @zhuyu Accepted By: @zhuyu URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/109
This commit is contained in:
commit
eb2d0a3f6b
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@
|
||||||
.vscode
|
.vscode
|
||||||
node_modules
|
node_modules
|
||||||
.user.ini
|
.user.ini
|
||||||
|
/application/extra/site.php
|
||||||
|
|
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
return array (
|
|
||||||
'name' => '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' => '',
|
|
||||||
);
|
|
||||||
Loading…
Reference in New Issue
Block a user