diff options
author | Minteck <contact@minteck.org> | 2022-12-10 22:27:08 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-12-10 22:27:08 +0100 |
commit | 30303a3ad0d0f31d93c25f42bfd10d70e8277b72 (patch) | |
tree | 622964e7895c759232aff28230394aa5cc747be9 /includes/system/subsystem.inc | |
parent | f850a8a53efd719fef6c8784c5af7b89dd9a6a2f (diff) | |
download | pluralconnect-30303a3ad0d0f31d93c25f42bfd10d70e8277b72.tar.gz pluralconnect-30303a3ad0d0f31d93c25f42bfd10d70e8277b72.tar.bz2 pluralconnect-30303a3ad0d0f31d93c25f42bfd10d70e8277b72.zip |
Update
Diffstat (limited to 'includes/system/subsystem.inc')
-rw-r--r-- | includes/system/subsystem.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/system/subsystem.inc b/includes/system/subsystem.inc index b7d73f1..3269df7 100644 --- a/includes/system/subsystem.inc +++ b/includes/system/subsystem.inc @@ -1,4 +1,4 @@ -<?php global $system; global $systemCommonName; global $parts; global $systemID; +<?php global $system; global $systemCommonName; global $lang; global $pages; global $parts; global $systemID; if (str_ends_with($_GET['_'], "/subsystem")) header("Location: /?error=Invalid subsystem ID") and die(); |