From b99d3b4960240b3d70fbf227fda2ff37c8bfc5f5 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 23 Feb 2021 18:57:03 +0100 Subject: [PATCH] Forgot this --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index ebe7da70..ea0b2bc9 100644 --- a/common.php +++ b/common.php @@ -23,7 +23,7 @@ * @copyright 2019 MyAAC * @link https://my-aac.org */ -if (version_compare(phpversion(), '7.1', '<')) die('PHP version 5.6 or higher is required.'); +if (version_compare(phpversion(), '7.1', '<')) die('PHP version 7.1 or higher is required.'); session_start(); define('MYAAC', true);