share the error message, shimmie is based on score now after all...

This commit is contained in:
Shish 2009-01-03 15:16:18 -08:00
parent cc0bd18c4f
commit 672390a289

View File

@ -126,9 +126,9 @@ function make_link($page=null, $query=null) {
function version_check() { function version_check() {
if(version_compare(PHP_VERSION, "5.0.0") == -1) { if(version_compare(PHP_VERSION, "5.0.0") == -1) {
print <<<EOD print <<<EOD
Currently Shimmie 2 doesn't support versions of PHP lower than 5.0.0. Please Currently SCore Engine doesn't support versions of PHP lower than 5.0.0 --
either upgrade your PHP, or tell Shish that PHP 4 support is a big deal for PHP4 and earlier are officially dead according to their creators,
you... please tell your host to upgrade.
EOD; EOD;
exit; exit;
} }