summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.php b/config.php
index b7e0e27..700fe83 100644
--- a/config.php
+++ b/config.php
@@ -20,8 +20,13 @@ class Config
public static $cover_upload_dir = "./cover";
public static $project_upload_dir = "./project";
- //
+ //
public static $music_per_page = 42;
+
+
+ public static $admin_token = "123";
+ public static $cookie_lifetime = 24*3600; //秒
+
}
?> \ No newline at end of file