I tried that but it caused
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/efs/server/toolbox/phprcon/loginredir/admin/dblist.php:12) in /usr/www/efs/server/toolbox/phprcon/loginredir/admin/dblist.php on line 22
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/efs/server/toolbox/phprcon/loginredir/admin/dblist.php:12) in /usr/www/efs/server/toolbox/phprcon/loginredir/admin/dblist.php on line 23
Warning: Cannot modify header information - headers already sent by (output started at /usr/www/efs/server/toolbox/phprcon/loginredir/admin/dblist.php:12) in /usr/www/efs/server/toolbox/phprcon/loginredir/admin/dblist.php on line 24
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/www/efs/server/toolbox/phprcon/loginredir/admin/dblist.php:12) in /usr/www/efs/server/toolbox/phprcon/loginredir/admin/dblist.php on line 27
from
//prevents caching
header("Expires: Sat, 01 Jan 2000 00:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: post-check=0, pre-check=0",false);
session_cache_limiter();
Last edited by ChAoS; 03/13/2005 1:41 AM.