[Koha] OPAC--Koha home page

Henri-Damien LAURENT laurenthdl at alinto.com
Fri Apr 27 02:20:20 NZST 2007


Owen Leonard a écrit :
>> Does anyone know how to create a way for Koha to refresh the home search
>> screen for patrons after a certain amount of time?
>>     
>
> Add this HTML right
> underneath one of the other <meta> tags:
>
> <meta http-equiv="Refresh"
> content="240;URL=http://your-site.example.com/cgi-bin/koha/opac-main.pl" />
>
> ...changing the URL value of course to your own site's. That would return
> the page to the opac home page after 4 minutes (240 seconds).
>
>   -- Owen
>   
You are right but uncomplete.
IMHO, you should first disconnect current user if connected.

Thus use a redirect :
http://example.com/cgi-bin/koha/opac-main.pl?logout.x=1

instead of opac-main.pl
Yours
-- 
HDL


More information about the Koha mailing list