Changeset 2818:065d7ce80a9e
- Timestamp:
- 11/26/14 18:04:41 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/update.php
r2817 r2818 34 34 if (!empty($_GET['hide_msg'])) { 35 35 $updater->setNotify(false); 36 http::redirect( $core->urladmin->get('admin.home'));36 http::redirect('index.php'); 37 37 } 38 38 … … 250 250 '<p class="message">'. 251 251 __("Congratulations, you're one click away from the end of the update."). 252 ' <strong><a href=" '.$core->urladmin->get('admin.home',array('logout' => '1')).'">'.__('Finish the update.').'</a></strong>'.252 ' <strong><a href="index.php?logout=1">'.__('Finish the update.').'</a></strong>'. 253 253 '</p>'; 254 254 }
Note: See TracChangeset
for help on using the changeset viewer.