diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-15 08:23:31 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-15 08:23:31 +0000 |
commit | f8789446a50c48091727b92c5f53cd529d0ad95e (patch) | |
tree | 24bec556e9c5d997a001ffa278fa4a806672227a /index.php | |
parent | f34f88614d5b81ddee55626d998bfb7cde8b34cf (diff) |
merge from trunk r1469:1470 into branch 1.6 (feature 470)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1471 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -48,6 +48,10 @@ if ( isset( $_GET['act'] ) ini_get('session.cookie_path'), ini_get('session.cookie_domain') ); redirect( make_index_url() ); } +if ($user['is_the_guest'] and !$conf['guest_access']) +{ + redirect (get_root_url().'identification.php'); +} //---------------------------------------------- change of image display order if (isset($_GET['image_order'])) |