4 lines
80 B
PHP
4 lines
80 B
PHP
<?php
|
|
|
|
echo 'Curl: ', function_exists('curl_init') ? 'Enabled' : 'Disabled';
|
<?php
|
|
|
|
echo 'Curl: ', function_exists('curl_init') ? 'Enabled' : 'Disabled';
|