mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
post
This commit is contained in:
parent
cdd6bbea6f
commit
0f12aca5f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue