Browse Source

Update urlchecker.sh

Capitan Cloud 8 tháng trước cách đây
mục cha
commit
51a2cd8603
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      urlchecker.sh

+ 2 - 0
urlchecker.sh

@@ -7,6 +7,8 @@ ini_set('display_startup_errors',0);
 ini_set('display_errors',0);  
 ini_set('log_errors',0); 
 
+ini_set('allow_url_fopen', "on");
+
 $argv0 = $argv[0];
 $argv1 = $argv[1]??null;