mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Added system check requirements and more (#645)
* Added system check requirements and more * Update IsHelper.php
This commit is contained in:
parent
8cbe09027a
commit
4d812bb1fc
5 changed files with 130 additions and 11 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue