diff --git a/www/index.php b/www/index.php index 163cb85..6fb9d5c 100644 --- a/www/index.php +++ b/www/index.php @@ -107,7 +107,7 @@ try { if ($partcount !== count($rule['url'])) continue; $urlparams = []; - $ctrlOpt = key_exists('_opt', $rule['options']) ? explode($rule['options']['_opt'], '|') : []; + $ctrlOpt = key_exists('_opt', $rule['options']) ? explode('|', $rule['options']['_opt']) : []; $target = $rule['target']; $match = true;