Capitan Cloud 8 сар өмнө
parent
commit
51a2cd8603
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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;