radiantrh/Cron/testcurl.php

4 lines
80 B
PHP
Executable File

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