radiantrh/radiantproduction/Controleur/testcurl.php
2025-12-27 18:29:36 +00:00

4 lines
80 B
PHP

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