mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Release 2.3.0
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
parent
68d7991f4f
commit
289c037ee1
3 changed files with 133 additions and 111 deletions
|
@ -12,7 +12,7 @@ if (!defined('BB_ROOT')) {
|
|||
}
|
||||
|
||||
$domain_name = 'torrentpier.com'; // enter here your primary domain name of your site
|
||||
$domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $domain_name;
|
||||
$domain_name = !empty($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : $domain_name;
|
||||
$domain_ssl = false;
|
||||
|
||||
$bb_cfg = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue