Skip to content
Permalink
Browse files Browse the repository at this point in the history
Regenerated delivery scripts
Commits:
 * Fix h1 report 986365
  • Loading branch information
mbeccati committed Jan 19, 2021
1 parent 00fdb8d commit 1dbcf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/delivery/afr.php
Expand Up @@ -4400,7 +4400,7 @@ function MAX_flashGetFlashObjectInline()
parse_str($_SERVER['QUERY_STRING'], $qs);
$dest .= (!array_key_exists('loc', $qs)) ? "&loc=" . urlencode($loc) : '';
$refresh = (int)$refresh;
$jsDest = addcslashes(addcslashes($dest, "\0..\37\"\\"), "'\\");
$jsDest = addcslashes(addcslashes($dest, "\0..\37/\"\\"), "'\\");
$htmlDest = htmlspecialchars($dest, ENT_QUOTES);
$outputHtml .= "
<script type='text/javascript'><!--// <![CDATA[
Expand Down

0 comments on commit 1dbcf7d

Please sign in to comment.