New branding and copyright

This commit is contained in:
Yuriy Pikhtarev 2017-01-22 00:38:22 +03:00
commit 24769ef9df
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
15 changed files with 28 additions and 32 deletions

View file

@ -27,7 +27,7 @@ if (!defined('BB_ROOT')) {
die(basename(__FILE__));
}
if (PHP_VERSION < '5.3') {
die('TorrentPier II requires PHP version 5.3+. Your PHP version ' . PHP_VERSION);
die('TorrentPier requires PHP version 5.3+. Your PHP version ' . PHP_VERSION);
}
if (!defined('BB_SCRIPT')) {
define('BB_SCRIPT', 'undefined');