radiantprestation/Cron/testcurl.php
2026-03-18 13:55:42 +00:00

4 lines
77 B
PHP
Executable File

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