More complex linking

This commit is contained in:
Wruczek
2016-10-28 04:19:47 +02:00
parent 2b842d2bbb
commit b6eeb5d190
2 changed files with 7 additions and 5 deletions

View File

@ -40,7 +40,7 @@
<!-- Custom JS -->
<script>
var apiurl = "api/status<?php echo $config["general"]["enablehta"] ? "" : ".php"; ?>";
var apiurl = "api/status<?php echo $htalink; ?>";
</script>
<script src="js/script.js"></script>