PHP8 support

This commit is contained in:
bergware
2023-01-18 17:34:26 +01:00
parent 100103d3cd
commit 73f13a0090
+1 -1
View File
@@ -112,7 +112,7 @@ function escapeQuotes($text) {
}
function translate($key) {
// replaces multi-line sections
global $language,$netpool,$netpool6,$netport;
global $language,$netpool,$netpool6,$netport,$nginx;
if ($plug = isset($language[$key])) eval('?>'.Markdown($language[$key]));
return !$plug;
}