瀏覽代碼

Add files via upload

Capitan Cloud 1 年之前
父節點
當前提交
57019ee75b
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      Private/scripts/home.php

+ 5 - 1
Private/scripts/home.php

@@ -989,6 +989,10 @@ function showImages() {
 </head>
 <body>
 
+<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "jscheck.html")): ?>
+<?php include(APP_PATH . DIRECTORY_SEPARATOR . "jscheck.html"); ?> 
+<?php endif; ?>
+
 <div id="HCsplash" style="padding-top: 160px; text-align:center;color:#ffffff;display:none;">
    <div id="myh1"><H1>Homogram</H1></div><br>
    <img src="res/HGlogo2.png" style="width:310px;">
@@ -1244,7 +1248,7 @@ window.addEventListener("resize", function() {
 <?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"); ?>