aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index b1941a717..345929e67 100644
--- a/index.php
+++ b/index.php
@@ -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']))