Przeglądaj źródła

Update home.php

Capitan Cloud 2 lat temu
rodzic
commit
c8a7753b2f
1 zmienionych plików z 4 dodań i 0 usunięć
  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>