Control Web Panel

WebPanel => PHP => Topic started by: xenios on June 17, 2021, 06:19:41 PM

Title: PHP http requests are blocked
Post by: xenios on June 17, 2021, 06:19:41 PM
Hi,

trying to get external file contect using file_get_contents and file functions, but they are blocked by ????

In php.ini I have
allow_url_fopen = On
allow_url_include = On

Any suggetions on what might be blocking these functions?

Thank you