openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit dd8c79427b0f61c077c9ce47d61bb37578bcba29
parent ed2d4bd7b4696afd163f2bfd59756fa3899d0ef9
Author: Jan Dankert <devnull@localhost>
Date:   Sat,  9 Dec 2017 23:52:47 +0100

This application is only available for PHP >= 5.3

Diffstat:
index.php | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -1,4 +1,7 @@ -<?php +<?php + +if (version_compare(PHP_VERSION, '5.3.0', '<')) + die("Sorry, PHP 5.3 is required."); // Welcome to OpenRat content management system.