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>