Redirect pages Redirect pages
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Redirect pages

Started by nako, March 10, 2006, 10:46:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nako

Hi again,

is there any way to remove redirect pages, like: thank you for logging in etc.
in Coppermine 1.4.x?

Nibbler

Removing them completely would not be easy, but if you look in the code and find them eg. in login.php

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.