PHP8 support

This commit is contained in:
bergware
2023-01-19 16:17:03 +01:00
parent 9fbb03fa17
commit 82bf6fba48
@@ -209,6 +209,7 @@ if (isset($_POST['rmTemplate'])) {
## LOAD TEMPLATE ##
#########################
$xmlType = $xmlTemplate = '';
if (isset($_GET['xmlTemplate'])) {
[$xmlType, $xmlTemplate] = my_explode(':', unscript(urldecode($_GET['xmlTemplate'])));
if (is_file($xmlTemplate)) {