Fix php syntax error

This commit is contained in:
Rick van der Zwet 2020-05-25 11:29:37 +00:00
parent f44a7eb36c
commit 6bea156d39

View file

@ -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();