diff --git a/plugins/dynamix/template.php b/plugins/dynamix/template.php index 3781e02ef..26a7af9c5 100644 --- a/plugins/dynamix/template.php +++ b/plugins/dynamix/template.php @@ -63,7 +63,7 @@ foreach (glob('plugins/*', GLOB_ONLYDIR) as $plugin) { } // Get general variables -$name = unscript($_GET['name']??''); +$name = untangle($_GET['name']??''); $dir = rawurldecode($_GET['dir']??''); $path = substr(strtok($_SERVER['REQUEST_URI'],'?'),1);