Solved bug with text encoding and changed default host to 0.0.0.0

This commit is contained in:
Carlos
2020-05-30 13:49:13 +02:00
parent 2643999e8d
commit d1b158a0fe
18 changed files with 240 additions and 214 deletions

View File

@ -248,7 +248,7 @@
<!-- Webpage footer -->
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">WebConsole v1.5 (rev. 4) - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
<span class="text-muted">WebConsole v1.6 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
</div>
</footer>
@ -258,15 +258,15 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- WebConsole JS Objects -->
<script src="scripts/object/Setting.js?v=1.5.4"></script>
<script src="scripts/object/WSServer.js?v=1.5.4"></script>
<script src="scripts/object/Setting.js?v=1.6"></script>
<script src="scripts/object/WSServer.js?v=1.6"></script>
<!-- WebConsole JS Scripts -->
<script src="scripts/WebConsoleLanguage.js?v=1.5.4"></script>
<script src="scripts/WebConsoleConnector.js?v=1.5.4"></script>
<script src="scripts/WebConsoleManager.js?v=1.5.4"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.5.4"></script>
<script src="scripts/WebConsole.js?v=1.5.4"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.5.4"></script>
<script src="scripts/WebConsoleLanguage.js?v=1.6"></script>
<script src="scripts/WebConsoleConnector.js?v=1.6"></script>
<script src="scripts/WebConsoleManager.js?v=1.6"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.6"></script>
<script src="scripts/WebConsole.js?v=1.6"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.6"></script>
</body>
</html>