diff options
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(); |