Jelajahi Sumber

fix table nodes

isundil 6 tahun lalu
induk
melakukan
7ff583847c
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  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
 }