This repository was archived by the owner on Aug 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnversion.php
More file actions
executable file
·33 lines (30 loc) · 1.41 KB
/
pnversion.php
File metadata and controls
executable file
·33 lines (30 loc) · 1.41 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
31
32
33
<?php
/**
* MediaAttach
*
* MediaAttach is a media API which provides upload capabilities and a file management suite.
*
* Purpose of file: Provide version and credit information about the module
*
* @version $Id: pnversion.php 1 2007-11-17 12:08:45Z weckamc $
* @author Axel Guckelsberger
* @link http://guite.de
* @copyright Copyright (C) 2007 by Guite
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
*/
$dom = ZLanguage::getModuleDomain('MediaAttach');
$modversion['name'] = 'MediaAttach';
$modversion['description'] = __('Uploads and file management', $dom);
$modversion['displayname'] = __('MediaAttach', $dom);
$modversion['version'] = '1.1.1.0';
$modbversion['url'] = __('mediaattach', $dom);
$modversion['changelog'] = 'http://code.zikula.org/mediaattach/browser/trunk/MediaAttach/CHANGELOG';
$modversion['credits'] = 'pndocs/credits.txt';
$modversion['help'] = 'http://code.zikula.org/mediaattach';
$modversion['license'] = 'pndocs/license.txt';
$modversion['official'] = '0';
$modversion['author'] = 'Axel Guckelsberger';
$modversion['contact'] = 'http://guite.de/';
$modversion['admin'] = '1';
$modversion['securityschema'] = array('MediaAttach::' => 'Module:Item ID:Upload ID',
'MediaAttach:Category:' => 'CategoryID::');