dever 3 years ago
parent
commit
1ec8c6bcf8
1 changed files with 4 additions and 1 deletions
  1. 4 1
      common.php

+ 4 - 1
common.php

@@ -1,5 +1,8 @@
 <?php
-
+$page = Dever::input('page');
+if ($page) {
+    Dever::setInput('pg', $page);
+}
 function getInfoAttr()
 {
     $category = Dever::input('search_option_category', Dever::input('update_category'));