Added system check requirements and more (#645)

* Added system check requirements and more

* Update IsHelper.php
This commit is contained in:
Roman Kelesidis 2023-03-20 17:09:51 +07:00 committed by GitHub
commit 4d812bb1fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 130 additions and 11 deletions

View file

@ -11,13 +11,6 @@ if (!defined('BB_ROOT')) {
die(basename(__FILE__));
}
/**
* Check PHP version
*/
if (PHP_VERSION_ID < 70400) {
die('TorrentPier requires PHP version 7.4+. Your PHP version ' . PHP_VERSION);
}
/**
* Define some basic configuration arrays
*/