garant/Cron/testcurl.php
2025-12-01 19:18:15 +00:00

4 lines
77 B
PHP
Executable File

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