mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
Merge pull request #139 from rickvanderzwet/fix_new_link_error
Fix php syntax error
This commit is contained in:
commit
a9379ff24b
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