radiantproduction/Cron/testcurl.php
2026-03-01 04:20:18 +00:00

4 lines
77 B
PHP

<?php
echo 'Curl: ', function_exists('curl_init') ? 'Enabled' : 'Disabled';