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