2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Replace link with queXS to be "user" not loginID

This commit is contained in:
Adam Zammit
2015-08-18 16:31:14 +10:00
parent 13155fa7db
commit 6be4a2d1c9
3 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ include ("../config.inc.php");
include ("auth-admin.php");
include ("../functions/functions.xhtml.php");
$username = $_SESSION['loginID'];
$username = $_SESSION['user'];
$g = 0;
if (isset($_GET['g']))
$g = intval($_GET['g']);