From 608aa0b8ff2ed6b829eebfc072aad38a1803f312 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 26 Sep 2019 08:40:27 +0100 Subject: [PATCH] Add requirements.php --- lib/requirements.php | 76 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 lib/requirements.php diff --git a/lib/requirements.php b/lib/requirements.php new file mode 100644 index 0000000..5872613 --- /dev/null +++ b/lib/requirements.php @@ -0,0 +1,76 @@ + + + +ICEcoder <?php echo $ICEcoderSettings['versionNo'];?> : Requirements problem! + + + + + + + + + +
+
+
+ ICEcoder +
v
+ + + Requirements problem!



+ Sorry, but ICEcoder has a problem
running on your server:



+ and needs 7.0 or above

"; + } + if (in_array("phpSession", $reqsFailures)) { + echo "You don't appear to have a
working PHP session

"; + } + if (in_array("phpReadFile", $reqsFailures)) { + echo "You don't seem to be able
to read the config file

"; + } + ?> +
+ +
+
+
+ + + + + +