diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |