From 5ac2de58f34185effb9ce5c3fa73d137290faa43 Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 27 Mar 2016 10:56:51 +0800 Subject: [PATCH] tweaked performance --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 0240e167..62a0bc29 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * @Author: printempw * @Date: 2016-01-17 13:55:20 * @Last Modified by: printempw - * @Last Modified time: 2016-03-26 23:09:06 + * @Last Modified time: 2016-03-27 10:56:06 */ session_start(); $dir = dirname(__FILE__); @@ -103,6 +103,7 @@ if (isset($_COOKIE['uname']) && isset($_COOKIE['token'])) { +