mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-13 20:14:10 +02:00
feat: add admin telegram contact config (#3134)
This commit is contained in:
@@ -25,6 +25,7 @@ final class FrontpageAction implements ActionInterface
|
||||
|
||||
return render(__DIR__ . '/../templates/frontpage.html.php', [
|
||||
'admin_email' => Configuration::getConfig('admin', 'email'),
|
||||
'admin_telegram' => Configuration::getConfig('admin', 'telegram'),
|
||||
'bridges' => $body,
|
||||
'active_bridges' => $activeBridges,
|
||||
'total_bridges' => count($bridgeClassNames),
|
||||
|
Reference in New Issue
Block a user