Changeset 3352:bb06343f4247
- Timestamp:
- 10/05/16 08:11:10 (9 years ago)
- Branch:
- 2.10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r3275 r3352 29 29 } 30 30 31 $page_url = http::getHost().$_SERVER['REQUEST_URI']; 31 if (defined('DC_ADMIN_URL')) { 32 $page_url = DC_ADMIN_URL.$core->adminurl->get('admin.auth'); 33 } else { 34 $page_url = http::getHost().$_SERVER['REQUEST_URI']; 35 } 32 36 33 37 $change_pwd = $core->auth->allowPassChange() && isset($_POST['new_pwd']) && isset($_POST['new_pwd_c']) && isset($_POST['login_data']);
Note: See TracChangeset
for help on using the changeset viewer.