radiantproduction/Cron/testcurl.php

4 lines
77 B
PHP

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