cleared tabs on file-/stream-upload
improved test for streams
This commit is contained in:
parent
64a9cca523
commit
d30d0e1423
13 changed files with 1184 additions and 1225 deletions
|
@ -100,6 +100,10 @@ if (is_array($_REQUEST['popup'])){
|
|||
$Smarty->assign('data', $uiBrowser->testStream($_REQUEST['url']));
|
||||
$Smarty->display('popup/testStream.tpl');
|
||||
break;
|
||||
|
||||
case "help":
|
||||
$Smarty->display('popup/help.tpl');
|
||||
break;
|
||||
}
|
||||
}
|
||||
die();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue