From 8552671a26f2a2ab699e28856fe839f80b666c8f Mon Sep 17 00:00:00 2001 From: Xi-Plus Date: Sun, 26 Apr 2015 21:50:55 +0800 Subject: [PATCH] Minor edit --- api/index.html | 1 + config/default_config.php | 4 ++-- install/index.html | 1 + template/index.html | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/api/index.html b/api/index.html index e69de29..ee8508d 100644 --- a/api/index.html +++ b/api/index.html @@ -0,0 +1 @@ +Access Denied \ No newline at end of file diff --git a/config/default_config.php b/config/default_config.php index 5219042..1f9c5ed 100644 --- a/config/default_config.php +++ b/config/default_config.php @@ -15,10 +15,10 @@ $config["session"]["keep_login"] = true; //If set to false, the cookie expire at the end of the session. $config["session"]["expire"] = 30; //unit: days; If keep_login==false, the expire time in db is still set to it. $config["session"]["cookie_path"] = "/"; -$config["session"]["cookie_domain"] = ".tfcis.org"; +$config["session"]["cookie_domain"] = ".tfcis.org"; //Hint: If you want to set cookie on localhost, use false or empty string. # site -$config["site"]["available_domain"] = ["/.{0,}tfcis.org$/"]; +$config["site"]["available_domain"] = ["/.*tfcis.org$/"]; @include_once('config.php'); diff --git a/install/index.html b/install/index.html index e69de29..ee8508d 100644 --- a/install/index.html +++ b/install/index.html @@ -0,0 +1 @@ +Access Denied \ No newline at end of file diff --git a/template/index.html b/template/index.html index e69de29..ee8508d 100644 --- a/template/index.html +++ b/template/index.html @@ -0,0 +1 @@ +Access Denied \ No newline at end of file