cleared tabs on file-/stream-upload

improved test for streams
This commit is contained in:
sebastian 2005-07-01 15:21:35 +00:00
parent 64a9cca523
commit d30d0e1423
13 changed files with 1184 additions and 1225 deletions

View file

@ -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();