Good day!
Help me please. How to replace the function
if (file_get_contents('https://raw.github.com/dekmabot/Asterix-CMS/master/core.txt')) { $check_web_access = true; } else { $check_web_access = false; } using curl or file_get_contents_curl ?
Thank!