post
This commit is contained in:
parent
cdd6bbea6f
commit
0f12aca5f9
@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$query = $_GET['q']. "#";
|
$query = $_POST['q']. "#";
|
||||||
|
|
||||||
$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
|
$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
|
||||||
if ($socket === false) {
|
if ($socket === false) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user