-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_define.php
More file actions
30 lines (29 loc) · 1.59 KB
/
_define.php
File metadata and controls
30 lines (29 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */
/***************************************************************\
* WebmasterTools *
* Based on GoogleTools from Xave *
* *
* Copyright (c) 2013 *
* Régis FLORET *
* *
* This is 'Google Stuff', a plugin for Dotclear 2 *
* *
* Copyright (c) 2008 *
* xave and contributors. *
* *
* This is an open source software, distributed under the GNU *
* General Public License (version 2) terms and conditions. *
* *
* You should have received a copy of the GNU General Public *
* License along with 'My Favicon' (see COPYING.txt); *
* if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
\***************************************************************/
$this->registerModule(
/* Name */ 'Webmaster Tools',
/* Description*/ 'Handles Google tools (Analytics & Webmaster Tools) and Bing Tools',
/* Author */ 'Regis FLORET',
/* Version */ '0.5.2',
/* Permissions */ 'contentadmin'
);
?>