Blame view

wave/socket_main.php 889 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
5
6
7
8
  <html>
  <iframe src="http://<?php echo $_SERVER['HTTP_HOST']; ?>:/wave/index.php" width="100%" height="30px" frameborder="0" scrolling="no"></iframe>
  <iframe src="http://<?php echo $_SERVER['HTTP_HOST']; ?>:8000/socket.html" width="100%" height="226px" frameborder="0" scrolling="no"></iframe>
  <iframe src="http://<?php echo $_SERVER['HTTP_HOST']; ?>:8002/socket1.html" width="100%" height="226px" frameborder="0" scrolling="no"></iframe>
  <iframe src="http://<?php echo $_SERVER['HTTP_HOST']; ?>:8004/socket2.html" width="100%" height="226px" frameborder="0" scrolling="no"></iframe>
  <iframe src="http://<?php echo $_SERVER['HTTP_HOST']; ?>:8006/socket3.html" width="100%" height="226px" frameborder="0" scrolling="no"></iframe>
  <iframe src="http://<?php echo $_SERVER['HTTP_HOST']; ?>:8008/socket4.html" width="100%" height="226px" frameborder="0" scrolling="no"></iframe>
  </html>