mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
TALOS-2025-2207
This commit is contained in:
parent
21cbac8493
commit
2608c82034
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ showCloseButton();
|
|||
$(function() {
|
||||
<?php
|
||||
if (!empty($_REQUEST['404ErrorMsg'])) {
|
||||
echo "avideoAlertInfo(\"{$_REQUEST['404ErrorMsg']}\");";
|
||||
echo 'avideoAlertInfo(' . json_encode($_REQUEST['404ErrorMsg']) . ');';
|
||||
}
|
||||
?>
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue