diff --git a/plugins/dynamix.plugin.manager/scripts/PluginAPI.php b/plugins/dynamix.plugin.manager/scripts/PluginAPI.php index 3129f58dd..1915ab237 100644 --- a/plugins/dynamix.plugin.manager/scripts/PluginAPI.php +++ b/plugins/dynamix.plugin.manager/scripts/PluginAPI.php @@ -41,7 +41,7 @@ switch ($_POST['action']) { $plugin = $options['plugin'] ?? ''; $name = unbundle($options['name'] ?? $plugin); - $file = "/var/log/plugins/$plugin"; + $file = "/boot/config/plugins/$plugin"; $file = realpath($file)==$file ? $file : ""; if ( ! $plugin || ! file_exists($file) ) { @@ -98,4 +98,4 @@ switch ($_POST['action']) { file_put_contents("/tmp/reboot_notifications",$newReboots); break; } -?> \ No newline at end of file +?>