refresh time decreases from 5 seconds to 1

git-svn-id: http://piwigo.org/svn/trunk@495 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-08-25 21:19:56 +00:00
parent e63b7ea949
commit c8fb7c2e36
+1 -1
View File
@@ -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' );