summaryrefslogtreecommitdiff
path: root/api/save.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-11-11 23:47:49 +0100
committerMinteck <contact@minteck.org>2022-11-11 23:47:49 +0100
commit209356b8ade1920b50d1d3a1a5e121c6623d167b (patch)
tree5301396987d1510f715a0b1c24754873af19e1dc /api/save.php
parent2c4ae43e688a9873e86211ea0e7aeb9ba770dd77 (diff)
downloadpluralconnect-209356b8ade1920b50d1d3a1a5e121c6623d167b.tar.gz
pluralconnect-209356b8ade1920b50d1d3a1a5e121c6623d167b.tar.bz2
pluralconnect-209356b8ade1920b50d1d3a1a5e121c6623d167b.zip
Update
Diffstat (limited to 'api/save.php')
-rw-r--r--api/save.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/save.php b/api/save.php
index ed6cc17..52cdebe 100644
--- a/api/save.php
+++ b/api/save.php
@@ -29,7 +29,7 @@ if ($member !== null && $member !== "null") {
if ($subsystem !== null && $subsystem !== "null") {
$file = $_SERVER['DOCUMENT_ROOT'] . "/includes/data/subsystems/" . $system . "-" . $subsystem . ".html";
} else {
- $file = $_SERVER['DOCUMENT_ROOT'] . "/includes/data/content/" . $system . ".html";
+ $file = $_SERVER['DOCUMENT_ROOT'] . "/includes/data/" . $system . "/content.html";
}
}