summaryrefslogtreecommitdiff
path: root/pages/edit.inc
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-03-12 19:16:53 +0100
committerRaindropsSys <contact@minteck.org>2023-03-12 19:16:53 +0100
commiteb89b15c0f044673c1206a418a21d0baba1a675e (patch)
tree39ac31a576d8b8392cbd9baf8d67621bf2cefa86 /pages/edit.inc
parent5385f0ed8fbb4325203a222a75e6700ffb519349 (diff)
downloadpluralconnect-eb89b15c0f044673c1206a418a21d0baba1a675e.tar.gz
pluralconnect-eb89b15c0f044673c1206a418a21d0baba1a675e.tar.bz2
pluralconnect-eb89b15c0f044673c1206a418a21d0baba1a675e.zip
Updated 104 files, added 3 files, deleted 4 files and renamed 36 files (automated)
Diffstat (limited to 'pages/edit.inc')
-rw-r--r--pages/edit.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/edit.inc b/pages/edit.inc
index e074087..28b8d88 100644
--- a/pages/edit.inc
+++ b/pages/edit.inc
@@ -19,7 +19,7 @@ if ($isLowerLoggedIn && $systemID !== $app["other"]["id"]) {
}
if ($member === null) {
- require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/sysedit.inc';
+ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/fragments/sysedit.inc';
} else {
$members = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/" . $systemID . "/members.json"), true);
$memberData = null;
@@ -38,7 +38,7 @@ if ($member === null) {
peh_error("System member not found", 404);
}
- require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/edit.inc';
+ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/fragments/edit.inc';
}
exit; \ No newline at end of file