How do I safely remove the page within Xoops that says :"If the page does not automatically reload, please click here" ? I feel like it's buggy.

Requested by Carnuke and Answered by Hervet on 2004/12/15 17:07:42

How do I safely remove the page within Xoops that says :"If the page does not automatically reload, please click here" ? I feel like it's buggy.

The line you want to replace should look something like:

redirect_header("index.php", 3, _NOPERM);


Replace that with:
header("Location: index.php");

This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=302