Replace:
with:
and:
with:
It's just the way MyBB detects potential security issues. Nothing to worry about.
{$monthnames[$prev_month['month']]}
with:
{$prev_month['month']}
and:
{$monthnames[$next_month['month']]}
with:
{$next_month['month']}
It's just the way MyBB detects potential security issues. Nothing to worry about.
No longer involved in the MyBB project.