Parcourir la source

Update home.php

Capitan Cloud il y a 2 ans
Parent
commit
c8a7753b2f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      Private/scripts/home.php

+ 4 - 0
Private/scripts/home.php

@@ -1232,6 +1232,10 @@ window.addEventListener("resize", function() {
 
 </script>    
 
+<!-- METRICS CODE -->
+<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
+<?php include(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html"); ?> 
+<?php endif; ?>
 
 </body>	 
 </html>