mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user