mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
Fix php syntax error
This commit is contained in:
parent
f44a7eb36c
commit
82fd967b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ header("X-Hauk-Version: ".BACKEND_VERSION);
|
|||
|
||||
requirePOST(
|
||||
"sid", // Existing session ID.
|
||||
"ado", // Whether or not to allow adoption.
|
||||
"ado" // Whether or not to allow adoption.
|
||||
);
|
||||
|
||||
$memcache = memConnect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue