mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
Issue 0000639: Force selected page on index.php
When page index.php is called without defined section, redirect to a page selected by random on a user list. git-svn-id: http://piwigo.org/svn/trunk@1788 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
3c8775b252
commit
5631a3fc54
7 changed files with 45 additions and 7 deletions
|
@ -53,7 +53,7 @@ if (!defined('PHPWG_ROOT_PATH'))
|
|||
make_index_url(), // for redirect
|
||||
$userdata );
|
||||
|
||||
$template->assign_var('U_RETURN', make_index_url() );
|
||||
$template->assign_var('U_HOME', make_index_url() );
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | errors display |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue