Mirror may be running below document root i.e http://pi.local/magicmirror/

This commit is contained in:
Jonathan Vogt 2016-01-28 20:33:42 +01:00
parent 769609b4be
commit ea683a4681

View File

@ -36,6 +36,6 @@
<script src="js/news/news.js"></script>
<script src="js/main.js?nocache=<?php echo md5(microtime()) ?>"></script>
<!-- <script src="js/socket.io.min.js"></script> -->
<?php include($_SERVER['DOCUMENT_ROOT'].'/controllers/modules.php');?>
<?php include(dirname(__FILE__).'/controllers/modules.php');?>
</body>
</html>