Changeset 2165:eba78dfe70ab
- Timestamp:
- 09/30/13 11:11:43 (12 years ago)
- Branch:
- dcRepo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r2163 r2165 89 89 '<p><a class="back" href="'.$list->getPageURL().'#plugins">'.__('Back').'</a></p>'; 90 90 } 91 define('DC_CONTEXT_PLUGIN', true); 91 92 92 93 include $conf_file; -
plugins/maintenance/_config.php
r2163 r2165 1 1 <?php 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # 4 # This file is part of Dotclear 2. 5 # 6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 # -- END LICENSE BLOCK ----------------------------------------- 12 if (!defined('DC_CONTEXT_PLUGIN')) { return; } 2 13 3 14 $core->blog->settings->addNamespace('maintenance');
Note: See TracChangeset
for help on using the changeset viewer.