HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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');