forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: nako on March 10, 2006, 10:46:04 pm

Title: Redirect pages
Post by: nako on March 10, 2006, 10:46:04 pm
Hi again,

is there any way to remove redirect pages, like: thank you for logging in etc.
in Coppermine 1.4.x?
Title: Re: Redirect pages
Post by: Nibbler on March 10, 2006, 10:48:52 pm
Removing them completely would not be easy, but if you look in the code and find them eg. in login.php

Code: [Select]
pageheader($lang_login_php['login'], "<META http-equiv=\"refresh\" content=\"3;url=$referer\">");
You can change the 3 to a 0 to speed up the transitions.