added todo

This commit is contained in:
Starbeamrainbowlabs 2015-07-13 20:28:09 +01:00
parent f8cddda19e
commit f12aedb9cb
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ register_module([
file_put_contents("./pageindex.json", json_encode($pageindex, JSON_PRETTY_PRINT));
// todo update the parent page entries in the page index if they exist
if(isset($_GET["newpage"]))
http_response_code(201);
else