Skip to content

Commit

Permalink
Update home.php
Browse files Browse the repository at this point in the history
  • Loading branch information
par7133 authored Sep 17, 2022
1 parent 4b064ee commit f7c57fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Private/scripts/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,8 @@ function startApp() {
<script src="static/js/home-js.php?hl=<?PHP echo($lang);?>&av=<?PHP echo(AVATAR_NAME);?>&cv=<?PHP echo($CURRENT_VIEW);?>&cu=<?PHP echo($CUDOZ);?>" type="text/javascript"></script>

<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
<?php include("/metrics.html"); ?>
<?php include(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html"); ?>
<?php endif; ?>

</body>
</html>
</html>

0 comments on commit f7c57fb

Please sign in to comment.