Changeset 37:89b90dfd3913 for admin/auth.php
- Timestamp:
- 04/28/11 18:22:27 (14 years ago)
- Branch:
- safemode
- Children:
- 42:aba6d23140fc, 44:1ba2d7aa0d98, 45:282249d3b55d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r36 r37 393 393 echo 394 394 '<p><a href="auth.php?safe_mode=1" id="safe_mode_link">'.__('I want to log in in safe mode').'</a></p>'. 395 '<p class="form-note"><a href="#" id="safe_mode_link_help">'.__(' Know more about safe mode').'</a></p>'.395 '<p class="form-note"><a href="#" id="safe_mode_link_help">'.__('What is dotclear safe mode ?').'</a></p>'. 396 396 '<p id="safe_mode_help"><em>'. 397 __('This mode allows you to log in without any plugin loaded (very usefull in case of conflict between two of them for example)').' '.398 __('Disable or delete plugin(s) which are giving you troubles then log out. You can after log in as usual').397 __('This mode allows you to login without activating any of your plugins. This may be useful to solve compatibility problems').' '. 398 __('Disable or delete any plugin suspected to cause trouble, then log out and log back in normally.'). 399 399 '</em></p>'; 400 400 }
Note: See TracChangeset
for help on using the changeset viewer.