wugg hace 3 años
padre
commit
bff9136110
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/common.php

+ 0 - 1
app/common.php

@@ -20,7 +20,6 @@ function error_show($code=0,$message=""){
 
 function GetUserInfo($token){
     $host = Config::get("app");
-    var_dump($host);
     $url = $host["api_host"]."/Api/userinfo";
     $data=[
         "token"=>$token