Explorar el Código

Add files via upload

Daniele Bonini (皮夕): WebDev and DevOps by lots of Simplicity bits hace 3 años
padre
commit
88ec52cb43
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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>