add error_reporting(0)

This commit is contained in:
Robert Langhammer 2017-12-30 22:55:49 +01:00
parent 771bf8f3c4
commit 07fe5b0a6e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
</head> </head>
<body> <body>
<?php <?php
error_reporting(0);
$addr = "::1"; $addr = "::1";
$port = "33123"; $port = "33123";