AUTHOR: EY
open includes/functions.php
Find:
Code: Select all
meta_refresh(3, $redirect);
trigger_error($message . '<br /><br />' . sprintf($l_redirect, '<a href="' . $redirect . '">', '</a>'));
}
Code: Select all
if ($admin)
{
redirect($redirect);
}