diff --git a/plugins/dynamix.plugin.manager/scripts/PluginAPI.php b/plugins/dynamix.plugin.manager/scripts/PluginAPI.php index 6b9b439e5..b05835afb 100644 --- a/plugins/dynamix.plugin.manager/scripts/PluginAPI.php +++ b/plugins/dynamix.plugin.manager/scripts/PluginAPI.php @@ -30,7 +30,7 @@ function download_url($url, $path = "") { return $out ?: false; } -file_put_contents("/tmp/trace",$_POST['action']); + switch ($_POST['action']) { case 'checkPlugin': $options = $_POST['options'];