[rt-users] Changing the "Don't refresh this page" default?

Espen Wiborg espenhw at empolis.no
Thu Feb 12 03:20:24 EST 2004


"Eric Hunter" <ehunterml at netrover.com> writes:
> Is it an easy thing to change?  It would be better to have it
> default to 2 or 5 minutes for us... :)

Make a local copy of share/html/index.html and add the following to
the %init section:

unless ($session{'home_refresh_interval'}) {
    $session{'home_refresh_interval'} = 120;  # Value in seconds.
}

Warning:  Untested code!

-- 
Espen Wiborg <espenhw at empolis.no>
Java is a WORA language! (Write Once, Run Away)
	-- James Vandenberg (on progstone at egroups.com)




More information about the rt-users mailing list