2
Hello, I'm not sure but try with XOOPS_URL instead of XOOPS_ROOT_PATH
the syntax should be like this :
redirect_header(XOOPS_URL."/index.php",2, "your message");
param 1 : complète url to the script to be called
param 2 : seconds to display the message
param 3 : your message
good luck,