Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
par7133 authored Sep 22, 2022
1 parent 8f98569 commit 8b5af05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Private/scripts/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,17 @@ 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 ($CURRENT_VIEW == PUBLIC_VIEW): ?>

<!-- SKINNER CODE -->
<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html")): ?>
<?php include(APP_PATH . DIRECTORY_SEPARATOR . "skinner.html"); ?>
<?php endif; ?>

<!-- METRICS CODE -->
<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html")): ?>
<?php include(APP_PATH . DIRECTORY_SEPARATOR . "metrics.html"); ?>
<?php endif; ?>

<?php endif; ?>

</body>
Expand Down

0 comments on commit 8b5af05

Please sign in to comment.