mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-13 20:07:09 +01:00
rXSS cleaned username in editor info display
This commit is contained in:
@@ -150,7 +150,7 @@ h2 {color: rgba(0,198,255,0.7)}
|
||||
?>
|
||||
<h2><?php echo $t['multi-user']; ?></h2>
|
||||
<span class="heading"><?php echo $t['Username']; ?></span><br>
|
||||
<?php echo $_SESSION['username'];?><br><br>
|
||||
<?php echo xssClean($_SESSION['username'], "html");?><br><br>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user