From 9faa82278e7e7402d2e0d2ea815ad3987e92c850 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Sun, 19 Jan 2020 16:20:30 -0500 Subject: [PATCH] Remove debugging info --- plugins/dynamix.plugin.manager/scripts/PluginAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];