Navigation Menu

Skip to content

Commit

Permalink
bug 488: when gallery is locked, white page with no message
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@1502 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Jul 26, 2006
1 parent aca06a0 commit 462a8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/common.inc.php
Expand Up @@ -178,6 +178,7 @@
if ( basename($_SERVER["PHP_SELF"]) != 'identification.php'
and !is_admin() )
{
echo( $lang['gallery_locked_message'] );
exit();
}
}
Expand Down

0 comments on commit 462a8eb

Please sign in to comment.