bug 488: when gallery is locked, white page with no message

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1501 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2006-07-26 01:01:12 +00:00
parent 1f9c8a30a4
commit 5a65e6a41f
+1
View File
@@ -178,6 +178,7 @@ if ($conf['gallery_locked'])
if ( basename($_SERVER["PHP_SELF"]) != 'identification.php'
and !is_admin() )
{
echo( $lang['gallery_locked_message'] );
exit();
}
}