This commit is contained in:
root 2011-11-10 23:51:16 +03:00
parent cdd6bbea6f
commit 0f12aca5f9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?
$query = $_GET['q']. "#";
$query = $_POST['q']. "#";
$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
if ($socket === false) {