Fixed potential XSS

pull/1/head
root 16 years ago
parent 0395989ea9
commit 9df4c24204

@ -18,6 +18,7 @@
<?
function dotab($num)
{
$string="";
for($i = 0; $i < $num; $i++)
{
for($j = 0; $j < 8; $j++)

Loading…
Cancel
Save