-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.php
34 lines (32 loc) · 1.28 KB
/
info.php
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
31
32
33
34
<?php
/**
*
* @category modules
* @package wbCounter
* @original wbstats
* @copyright WebsiteBaker Org. e.V.
* @author Ruud Eisinga - Dev4me
* @author Dietmar Wöllbrink
* @author Manuela v.d.Decken <[email protected]>
* @link http://www.dev4me.nl/
* @link http://websitebaker.org/
* @license http://www.gnu.org/licenses/gpl.html
* @platform WebsiteBaker 2.8.3
* @requirements PHP 5.3.6 and higher
* @version $Id: $
* @filesource $HeadURL: $
* @lastmodified $Date: $
*
*/
/* -------------------------------------------------------- */
// Must include code to stop this file being accessed directly
if(defined('WB_PATH') == false) { die('Cannot access '.basename(__DIR__).'/'.basename(__FILE__).' directly'); }
/* -------------------------------------------------------- */
$module_directory = 'wbCounter';
$module_name = 'WebsiteBaker Statistics Modul v1.9.14';
$module_function = 'tool';
$module_version = '1.9.14';
$module_platform = '2.8.3 SP7';
$module_author = 'Dev4me - Ruud Eisinga - www.dev4me.nl - , Luisehahne';
$module_license = 'GNU General Public License';
$module_description = 'Displays website statistics as an admintool';