xxxrrrdddd 2 years ago
parent
commit
158314f93b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/index/controller/Index.php

+ 1 - 1
application/index/controller/Index.php

@@ -29,6 +29,6 @@ class Index extends Frontend
         return file_get_contents($file);
     }
     public function test(){
-        dd(get_addon_config('epay'));
+        //dd(get_addon_config('epay'));
     }
 }