vali 6 years ago
parent
commit
fc5254d82d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      datainf/logic/HttpServerSettelement.php

+ 2 - 0
datainf/logic/HttpServerSettelement.php

@@ -510,6 +510,8 @@ class HttpServerSettelement
 
 
         $ret = DB::select($sql);
         $ret = DB::select($sql);
 
 
+        print_r([$sql,$ret]);
+
         return $ret;
         return $ret;
 
 
     }
     }