Changeset 3731:3770620079d4 for admin
- Timestamp:
- 03/09/18 12:29:57 (7 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 40 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/_charte.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/auth.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/blog.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/blog_del.php
r3699 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/blog_pref.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 $standalone = !isset($edit_blog_mode); -
admin/blog_theme.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/blogs.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/categories.php
r3691 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/category.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/comment.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/comments.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/comments_actions.php
r3730 r3731 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 13 /* ### THIS FILE IS DEPRECATED ### */ 14 /* ### IT IS ONLY USED FOR PLUGINS COMPATIBILITY ### */ 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 * 9 * @deprecated It is only used for plugins compatibility 10 */ 15 11 16 12 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/csp_report.php
r3730 r3731 1 1 <?php 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 9 2 10 // From: https://github.com/nico3333fr/CSP-useful 3 11 // -
admin/help.php
r3730 r3731 1 1 <?php 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # 4 # This file is part of Dotclear 2. 5 # 6 # Copyright (c) 2003-2011 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/index.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 if (!empty($_GET['pf'])) { -
admin/install/check.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Install 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 9 12 10 if (!defined('DC_RC_PATH')) {return;} 13 11 -
admin/install/index.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Install 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 if (isset($_SERVER['DC_RC_PATH'])) { -
admin/install/wizard.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Install 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 if (isset($_SERVER['DC_RC_PATH'])) { -
admin/langs.php
r3699 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/media.php
r3725 r3731 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 13 /* HTML page 14 -------------------------------------------------------- */ 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 9 15 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; 16 11 -
admin/media_item.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/plugin.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/plugins.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/popup_link.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/popup_posts.php
r3702 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/post.php
r3730 r3731 1 1 <?php 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # 4 # This file is part of Dotclear 2. 5 # 6 # Copyright (c) 2003-2014 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/post_media.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/posts.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/posts_actions.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 * 9 * @deprecated It is only used for plugins compatibility 10 */ 12 11 13 12 /* ### THIS FILE IS DEPRECATED ### */ -
admin/preferences.php
r3725 r3731 1 1 <?php 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # 4 # This file is part of Dotclear 2. 5 # 6 # Copyright (c) 2003-2014 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/search.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/services.php
r3730 r3731 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 13 #if (isset($_GET['dcxd'])) { 14 # $_COOKIE['dcxd'] = $_GET['dcxd']; 15 #} 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 16 9 17 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/style/default.css
r3713 r3731 1 1 @charset "UTF-8"; 2 /*3 # -- BEGIN LICENSE BLOCK --------------------------------------------------4 # This file is part of Dotclear 2.5 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear6 # Licensed under the GPL version 2.0 license.7 # See LICENSE file or http://www.gnu.org/licenses/old-licenses/gpl-2.0.html8 # -- END LICENSE BLOCK ----------------------------------------------------9 */10 2 /** -------------------------------------------------- 11 3 Start -
admin/style/install.css
r2566 r3731 1 /*2 loader.css3 Simple CSS rules for NetInstall4 5 (c) 2008 - Olivier Meunier & contributors - All rights reserved.6 Please see http://dotclear.net/ for more details.7 */8 1 html { 9 2 font-size: 62.5%; -
admin/style/scss/default.scss
r3669 r3731 1 /*2 # -- BEGIN LICENSE BLOCK --------------------------------------------------3 # This file is part of Dotclear 2.4 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear5 # Licensed under the GPL version 2.0 license.6 # See LICENSE file or http://www.gnu.org/licenses/old-licenses/gpl-2.0.html7 # -- END LICENSE BLOCK ----------------------------------------------------8 */9 10 1 @charset "UTF-8"; 11 2 -
admin/update.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/user.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/users.php
r3725 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/users_actions.php
r3707 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/admin/prepend.php'; -
admin/xmlrpc.php
r3730 r3731 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 ----------------------------------------- 2 /** 3 * @package Dotclear 4 * @subpackage Backend 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 12 9 13 10 require dirname(__FILE__) . '/../inc/prepend.php';
Note: See TracChangeset
for help on using the changeset viewer.