Browse Source

print_r in test auth

Alexander Musikhin 2 năm trước cách đây
mục cha
commit
0453fef315
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      www/check-manager-auth.php

+ 1 - 1
www/check-manager-auth.php

@@ -16,4 +16,4 @@ $file = file_get_contents('http://manager.stroyprofit.com/check_auth', false, $c
 
 
 echo '<pre>';
-var_dump($file);
+print_r($file);