Update profile.php

This commit is contained in:
jakani24
2024-03-12 15:42:14 +01:00
parent a29031c3d6
commit b96617e498

View File

@@ -11,7 +11,7 @@ if (!isset($_SESSION['username']) or !isset($_SESSION["login"])) {
$username = $_SESSION['username']; $username = $_SESSION['username'];
$perms = $_SESSION["perms"]; $perms = $_SESSION["perms"];
$email = $_SESSION["email"]; $email = $_SESSION["email"];
$_SESSION["telegram_id"]=$telegram_id; $telegram_id=$_SESSION["telegram_id"];
?> ?>
<?php <?php
//update the info, if provided. //update the info, if provided.