From c8fb7c2e36194e1f0687c4be6689a841f2615614 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 25 Aug 2004 21:19:56 +0000 Subject: refresh time decreases from 5 seconds to 1 git-svn-id: http://piwigo.org/svn/trunk@495 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index 5f9e52d89..8e09f24db 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -493,7 +493,7 @@ function redirect( $url ) // $refresh, $url_link and $title are required for creating an automated // refresh page in header.tpl - $refresh = 5; + $refresh = 1; $url_link = $url; $title = 'redirection'; include( PHPWG_ROOT_PATH.'include/page_header.php' ); -- cgit v1.2.3