浏览代码

Add files via upload

Daniele Bonini (皮夕): WebDev and DevOps by lots of Simplicity bits 3 年之前
父节点
当前提交
88ec52cb43
共有 1 个文件被更改,包括 4 次插入0 次删除
  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>