mirror of
https://github.com/unraid/webgui.git
synced 2026-05-20 13:19:46 -05:00
Remove debug statement
This commit is contained in:
@@ -44,7 +44,6 @@ function make_link($method, $arg, $extra='') {
|
||||
$cmd = "plugin $method $arg".($extra?" $extra":"");
|
||||
$func = "loadlist";
|
||||
}
|
||||
file_put_contents('/tmp/test',$cmd);
|
||||
if (is_file("/tmp/plugins/pluginPending/$arg") && !$check) {
|
||||
return "<span class='orange-text'><i class='fa fa-hourglass-o fa-fw'></i> "._('pending')."</span>";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user