MyBB Community Forums

Full Version: A potential security issue was found in the template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im using 1.6.9

I modified nothing, i just clicked save but it gave me this error:
A potential security issue was found in the template.
<meta http-equiv="refresh" content="10; URL={$mybb->settings['bburl']}/newpage.php?aid=${aid}">
Change the code to:

<meta http-equiv="refresh" content="10; URL={$mybb->settings['bburl']}/newpage.php?aid={$aid}"> 
thanks but meta refresh does not work loop start, only the page refresh
AH, change the code to:

<meta http-equiv="refresh" content="10; URL={$mybb->settings['bburl']}/newpage.php?aid={$aid}">

Accidentally added an extra ".
thank you very much! Shy

{$attachment['filename']}