Changeset 1851 for trunk/password.php
- Timestamp:
- Feb 22, 2007, 9:20:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/password.php
r1809 r1851 33 33 include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); 34 34 include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php'); 35 36 // +-----------------------------------------------------------------------+ 37 // | Check Access and exit when user status is not ok | 38 // +-----------------------------------------------------------------------+ 39 check_status(ACCESS_NONE); 35 40 36 41 // +-----------------------------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.