audon/audon.php aktualisiert

$o = instead of $o .=
This commit is contained in:
loma-one 2023-12-10 21:10:54 +01:00
parent 5e48ab5e84
commit d8a88aca41

View file

@ -58,7 +58,7 @@ function audon_content(): string
$audonurl = DI::config()->get('audon', 'audonurl'); $audonurl = DI::config()->get('audon', 'audonurl');
/* open the landing page in a new browser window without controls */ /* open the landing page in a new browser window without controls */
$o .= '<script> $o = '<script>
window.open("' . $audonurl . '", "_blank", "toolbar=no,scrollbars=no,resizable=no,top=100,left=100,width=740,height=600"); window.open("' . $audonurl . '", "_blank", "toolbar=no,scrollbars=no,resizable=no,top=100,left=100,width=740,height=600");
</script>'; </script>';