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:
rub 2007-02-07 23:08:04 +00:00
parent 3c8775b252
commit 5631a3fc54
7 changed files with 45 additions and 7 deletions

View file

@ -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 |