diff options
author | rub <rub@piwigo.org> | 2007-02-22 20:20:30 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-22 20:20:30 +0000 |
commit | 6f03e29735ea395f31d09bbfd15a4e15eaf961e3 (patch) | |
tree | 25af7ae0f975493ccc050f48c56a28f72ca5481f /password.php | |
parent | 20ba76b753f53c00fece9cc727e60414c7e95570 (diff) |
o Proposition: improved display of 'x images in y sub-categories' or 'x images in this category' for cases when categories contain both images and sub-categories
o Good idea of this new way for way conf['guest_access'], but I kept last implementation for access methods (Could be useful on future development)
git-svn-id: http://piwigo.org/svn/trunk@1851 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | password.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/password.php b/password.php index 9d3833447..ebc6b0804 100644 --- a/password.php +++ b/password.php @@ -34,6 +34,11 @@ include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php'); // +-----------------------------------------------------------------------+ +// | Check Access and exit when user status is not ok | +// +-----------------------------------------------------------------------+ +check_status(ACCESS_NONE); + +// +-----------------------------------------------------------------------+ // | send a new password | // +-----------------------------------------------------------------------+ |