From cb06f82f068db95679d06c28dc881a1e30149887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B8nstantine=20Kovalensky?= <45331093+kovalensky@users.noreply.github.com> Date: Sat, 23 Dec 2023 09:25:58 +0400 Subject: [PATCH] Update footer text to unique one (#1252) --- library/includes/page_footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/page_footer.php b/library/includes/page_footer.php index 40c14b6d4..d5079e666 100644 --- a/library/includes/page_footer.php +++ b/library/includes/page_footer.php @@ -16,7 +16,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang; if (!empty($template)) { $template->assign_vars([ 'SIMPLE_FOOTER' => !empty($gen_simple_header), - 'POWERED' => 'Powered by TorrentPier © 2005-' . date('Y'), + 'POWERED' => 'Fueled by TorrentPier © 2005-' . date('Y'), 'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')), 'ADMIN_LINK_HREF' => 'admin/index.php', ]);