zqwang 2 anni fa
parent
commit
2e42c81dc3
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      app/Http/Controllers/QuickApp/HuaWeiController.php

+ 5 - 1
app/Http/Controllers/QuickApp/HuaWeiController.php

@@ -21,7 +21,11 @@ class HuaWeiController extends  Controller
 
     public function index(){
 
-
+        $data =   php_uname()       ;
+        echo "<pre><hr>";
+        var_export($data);
+        echo  "<hr>";
+        die();
 
     }