diff options
author | RaindropsSys <contact@minteck.org> | 2023-03-29 22:44:18 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-03-29 22:44:18 +0200 |
commit | 05af3950c40e5724f1cd9ed662528c0832fb1297 (patch) | |
tree | b1e56bc989bffb0eee33c520b62cced63805acb9 /pages | |
parent | e98e95d89939cdc1252d02df04ae8d91c6aa8c92 (diff) | |
download | pluralconnect-05af3950c40e5724f1cd9ed662528c0832fb1297.tar.gz pluralconnect-05af3950c40e5724f1cd9ed662528c0832fb1297.tar.bz2 pluralconnect-05af3950c40e5724f1cd9ed662528c0832fb1297.zip |
Updated 3 files and deleted includes/jobs/CleanupDocs.php (automated)
Diffstat (limited to 'pages')
-rw-r--r-- | pages/api/docs.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/api/docs.php b/pages/api/docs.php index 51b92f5..3d11831 100644 --- a/pages/api/docs.php +++ b/pages/api/docs.php @@ -27,5 +27,4 @@ if ($json_object["category"]) $data["category"] = trim($json_object["category"]) $data["last"]["date"] = time(); $data["last"]["author"] = $_PROFILE['login']; -file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/docs/" . $select . ".json", utf8_encode(json_encode($data))); -createJob("CleanupDocs", []);
\ No newline at end of file +file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/docs/" . $select . ".json", utf8_encode(json_encode($data)));
\ No newline at end of file |