This commit is contained in:
Nicolas A. Tonne
2015-04-12 20:05:45 +02:00
parent b776925122
commit 1105fb3bcb
6 changed files with 18 additions and 15 deletions

View File

@@ -85,11 +85,5 @@
<?php include("php/footer.php"); ?>
<script>
var socket = io.connect('http://'+window.location.hostname+':3000');
var guid = "<?php echo $guid; ?>";
socket.emit('list', '<?php echo $list; ?>,'+guid);
</script>
</body>
</html>