mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 14:29:24 -05:00
Plugin system update
This commit is contained in:
@@ -253,7 +253,7 @@ if ($method == 'install') {
|
||||
if (preg_match('#^https?://#',$argv[2])) {
|
||||
$langURL = $argv[2];
|
||||
$xml_file = "$tmp/$name";
|
||||
write("language: downloading $name\n");
|
||||
write("language: downloading: $name\n");
|
||||
if (!download($langURL, $xml_file, $error)) {
|
||||
write("language: $error\n");
|
||||
@unlink($xml_file);
|
||||
|
||||
Reference in New Issue
Block a user