mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-01 21:54:48 -04:00
variable id inserted, css recreated(sass)
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ define("TG_BOT_USERNAME", $db->getSetting($mysqli, "tg_bot_username"));
|
||||
$subscription = new Subscriptions();
|
||||
$telegram = new Telegram();
|
||||
|
||||
Template::render_header("Subscriptions");
|
||||
Template::render_header("Subscriptions", "subscripe");
|
||||
|
||||
if (SUBSCRIBE_TELEGRAM && $_SESSION['subscriber_typeid'] == 2) {
|
||||
$tg_user = $telegram->getTelegramUserData(); // TODO: Do we need this any longer?
|
||||
|
||||
Reference in New Issue
Block a user