Fixed potential XSS
This commit is contained in:
parent
0395989ea9
commit
9df4c24204
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
<?
|
||||
function dotab($num)
|
||||
{
|
||||
$string="";
|
||||
for($i = 0; $i < $num; $i++)
|
||||
{
|
||||
for($j = 0; $j < 8; $j++)
|
||||
|
|
Loading…
Reference in a new issue