diff --git a/admin/customize.php b/admin/customize.php
index 0ba2ae36..79278c91 100644
--- a/admin/customize.php
+++ b/admin/customize.php
@@ -3,7 +3,7 @@
* @Author: printempw
* @Date: 2016-03-19 14:34:21
* @Last Modified by: printempw
- * @Last Modified time: 2016-04-03 11:00:02
+ * @Last Modified time: 2016-04-03 11:27:05
*/
require "../libraries/session.inc.php";
if (!$user->is_admin) Utils::redirect('../index.php?msg=看起来你并不是管理员');
@@ -96,6 +96,38 @@ $db = new Database\Database('users');
+
+
+
+
+
diff --git a/admin/options.php b/admin/options.php
index b33f5e73..19edb1f6 100644
--- a/admin/options.php
+++ b/admin/options.php
@@ -3,7 +3,7 @@
* @Author: printempw
* @Date: 2016-03-18 22:50:25
* @Last Modified by: printempw
- * @Last Modified time: 2016-04-03 10:17:18
+ * @Last Modified time: 2016-04-03 11:12:00
*/
require "../libraries/session.inc.php";
if (!$user->is_admin) Utils::redirect('../index.php?msg=看起来你并不是管理员');
@@ -85,7 +85,7 @@ $db = new Database\Database('users');
| 首选 JSON API |
- |