diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-25 21:19:56 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-25 21:19:56 +0000 |
commit | c8fb7c2e36194e1f0687c4be6689a841f2615614 (patch) | |
tree | 8223f8f4132b5a77a05883ad9eb09b21b0842a91 | |
parent | e63b7ea949fa1b2dd18e3b5776e3d583080e3d3e (diff) |
refresh time decreases from 5 seconds to 1
git-svn-id: http://piwigo.org/svn/trunk@495 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' ); |