Project Parasy Environment

' . PHP_VERSION . '
--Geo System Supported'); } else { echo('PHP Version: ' . PHP_VERSION . '
--Geo System Unsupported'); } if (function_exists('json_encode')) { echo('
--Json Supported'); } else { echo('
--Json Unsupported (View parasy_json_tab.php to enable Zend Framework)'); } echo('
'); if (function_exists('apache_get_version')) { echo('Runtime Environment: ' . apache_get_version() . ''); echo('
'); $_modules = apache_get_modules(); if (in_array('mod_rewrite', $_modules)) { echo('-- mod_rewrite: Supported'); } else { echo('-- mod_rewrite: Missing'); } } else { echo('Runtime Environment: CGI/FastCGI'); } echo('
'); if (function_exists('mysql_connect')) { echo('MySQL Client API: Supported'); } else { echo('MySQL Client API: Missing'); } ?> Project Parasynthesis | Based on Discuz! 5.5.0 | Thanks to Livid