PHP Fixes and opentab for VM URL

This commit is contained in:
SimonFair
2024-06-27 20:17:05 +01:00
parent 20f34bc0b9
commit 3fdcbf125d
5 changed files with 6 additions and 7 deletions
@@ -3,7 +3,7 @@ function displayconsole(url) {
}
function displayWebUI(url) {
window.open(url, '', 'scrollbars=yes,resizable=yes');
window.open(url, '_blank').focus();
}
function downloadFile(source) {