From 037885d2f3d33cd83f4d79415baa5cf7019b5461 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 11 Jan 2005 20:05:49 +0000 Subject: - decrease refresh time to 0 seconds git-svn-id: http://piwigo.org/svn/trunk@686 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.inc.php') diff --git a/include/functions.inc.php b/include/functions.inc.php index 7f559a893..485d490b5 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -547,7 +547,7 @@ function redirect( $url ) // $refresh, $url_link and $title are required for creating an automated // refresh page in header.tpl - $refresh = 2; + $refresh = 0; $url_link = $url; $title = 'redirection'; include( PHPWG_ROOT_PATH.'include/page_header.php' ); -- cgit v1.2.3