Browse Source

Add files via upload

Daniele Bonini (皮夕): WebDev and DevOps by lots of Simplicity bits 3 năm trước cách đây
mục cha
commit
88ec52cb43
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      index.php

+ 4 - 0
index.php

@@ -732,5 +732,9 @@
 </div>
 -->
 
+<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
+<?php include("metrics.html"); ?> 
+<?php endif; ?>
+
 </body>
 </html>