Changeset 2364:5a1a85b86768 for plugins
- Timestamp:
- 10/14/13 21:58:00 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/index.php
r2175 r2364 253 253 dcPage::helpBlock('maintenance', 'maintenancetasks'); 254 254 255 echo '</body></html>'; 255 echo 256 '<p class="info">'.sprintf( 257 __('You can configure common options through the <a href="%s">plugins manager</a>.'), 258 'plugins.php?module=maintenance&conf=1&redir='.urlencode('plugin.php?p=maintenance') 259 ).'</p>'. 260 '</body></html>';
Note: See TracChangeset
for help on using the changeset viewer.