Environment Problems'; if ($envInfo['phpver'] < 4) { print '
ERROR
PHP Version too low
Help Here »
'; } if ($envInfo['gdv'] < 1) { print '
ERROR
PHP Graphics (GD) is Disabled
Help Here »
'; } if (!$envInfo['allowURLfopen']) { print '
WARNING
PHP allow_url_fopen is Disabled. This may cause problems when trying to load data via a URL.
Help Here »
'; } if (!$envInfo['log']) { print '
WARNING
Unable to create log file, Runtime errors will not be logged.
Help Here »
'; } exit(0); ?>