mirror of
https://github.com/unraid/webgui.git
synced 2026-02-05 16:39:01 -06:00
Plugin system update
This commit is contained in:
@@ -165,7 +165,8 @@ function error_desc($code) {
|
||||
// Signal DONE to caller
|
||||
//
|
||||
function done() {
|
||||
write('_DONE_');
|
||||
global $console;
|
||||
if (!$console) write('_DONE_');
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user