dever 7 年之前
父節點
當前提交
1807f9c9a0
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/Top.php

+ 3 - 1
src/Top.php

@@ -104,7 +104,9 @@ class Top
             }
         }
 
-        if ($_GET['test'] == 1) {
+        if (isset($_GET['test']) && $_GET['test'] == 1) {
+            print_r($config);
+            print_r($child);
             print_r($top);die;
         }
         //print_r($top);die;