1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

TALOS-2025-2207

This commit is contained in:
Daniel Neto 2025-07-08 15:41:31 -03:00
parent 21cbac8493
commit 2608c82034

View file

@ -46,7 +46,7 @@ showCloseButton();
$(function() {
<?php
if (!empty($_REQUEST['404ErrorMsg'])) {
echo "avideoAlertInfo(\"{$_REQUEST['404ErrorMsg']}\");";
echo 'avideoAlertInfo(' . json_encode($_REQUEST['404ErrorMsg']) . ');';
}
?>
});