New project domain name.

This commit is contained in:
Yuriy Pikhtarev 2017-06-25 00:01:22 +03:00
commit 9a2981953d
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
18 changed files with 39 additions and 38 deletions

View file

@ -32,7 +32,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang;
if (!empty($template)) {
$template->assign_vars(array(
'SIMPLE_FOOTER' => !empty($gen_simple_header),
'POWERED' => 'Tracker software by <a target="_blank" href="https://torrentpier.me">TorrentPier</a> &copy; 2005-' . date('Y'),
'POWERED' => 'Tracker software by <a target="_blank" href="https://torrentpier.com">TorrentPier</a> &copy; 2005-' . date('Y'),
'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')),
'ADMIN_LINK_HREF' => "admin/index.php",
));