@@ -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;