소스 검색

fix table nodes

isundil 6 년 전
부모
커밋
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
 }