Update profile.php
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user