Skip to content

Commit b06a225

Browse files
committed
Fix lab.txt not showing the username
1 parent 68b5c5a commit b06a225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

APs/config/html/lab.php.tmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (!isset($_SESSION['UserData']['Username'])) {
1111
exit;
1212
}
1313

14-
$user = $_SESSION['UserData']['Username'];
14+
$user = $_SESSION["Username"];
1515
?>
1616
<!DOCTYPE html>
1717
<html>

0 commit comments

Comments
 (0)