소스 검색

print_r in test auth

Alexander Musikhin 2 년 전
부모
커밋
0453fef315
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);