flush -- WIP admin panel
This commit is contained in:
14
config.template
Normal file
14
config.template
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
require_once('include/function.php');
|
||||
if(!session_id()) {
|
||||
session_start();
|
||||
}
|
||||
|
||||
global $blog;
|
||||
|
||||
date_default_timezone_set("Asia/Taipei");
|
||||
|
||||
$blog['name'] = '{blog_name}'; //網站名稱
|
||||
$blog['limit'] = {limit}; //首頁顯示文章數量
|
||||
$blog['register'] = {register}; //是否允許註冊
|
||||
?>
|
||||
Reference in New Issue
Block a user