File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/admin/index.php
<?php
// Do a check for the PHP version and display an error if they are running PHP 4
// This could only be done by moving the content to the alternative file.
if (version_compare(PHP_VERSION, '5.0.0', '<')) {
echo "You are currently running PHP 4. This product requires PHP version 5.1.3 or higher to run.";
echo "<br />Your PHP version is: " . PHP_VERSION;
die();
}elseif(version_compare(PHP_VERSION, '5.1.3', '<')) {
echo "You are currently running PHP " . PHP_VERSION . ". This product requires PHP version 5.1.3 or higher to run.";
die();
}
require_once(dirname(__FILE__) . '/init.php');