isundil 6 жил өмнө
parent
commit
7ff583847c
2 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 1 0
      inc/.htaccess
  2. 1 1
      inc/stats.php

+ 1 - 0
inc/.htaccess

@@ -0,0 +1 @@
+Require all denied

+ 1 - 1
stats.php → inc/stats.php

@@ -24,7 +24,7 @@ function printNbUserPerChannelAsTable()
         <tr>
 	  <td><?php echo $channel; ?></td>
 	  <td><?php echo $usercount; ?></td>
-	</td>
+	</tr>
       <?php } ?>
       </table><?php
 }