Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi-Plus committed Apr 26, 2015
1 parent afe922f commit 8552671
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Access Denied
4 changes: 2 additions & 2 deletions config/default_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
1 change: 1 addition & 0 deletions install/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Access Denied
1 change: 1 addition & 0 deletions template/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Access Denied

0 comments on commit 8552671

Please sign in to comment.