mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Update required PHP version to 7.1.3
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
parent
f91018156a
commit
4667c92f60
5 changed files with 1322 additions and 17 deletions
|
@ -14,8 +14,8 @@ if (!defined('BB_ROOT')) {
|
|||
/**
|
||||
* Check PHP version
|
||||
*/
|
||||
if (version_compare(PHP_VERSION, '5.6', '<')) {
|
||||
die('TorrentPier requires PHP version 5.6+. Your PHP version ' . PHP_VERSION);
|
||||
if (PHP_VERSION_ID < 70103) {
|
||||
die('TorrentPier requires PHP version 7.1.3+. Your PHP version ' . PHP_VERSION);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue