Explorar el Código

fix table nodes

isundil hace 6 años
padre
commit
7ff583847c
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  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
 }