1
Hi all,
I write little module for XOOPS and have problem
In my module I want to use "system redirect page". I know must use "redirect_handler" function. It´s OK.
This code is functional:
redirect_header('index.php', 3, 'test');
What´s problem?
My module show:
but system on another module show:
What´s wrong?
Thanks