-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpassgen.xml
24 lines (22 loc) · 875 Bytes
/
passgen.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="user" method="upgrade">
<name>PLG_USER_PASSGEN</name>
<version>2.5-1.0</version>
<author>Projekt Waterkant</author>
<creationDate>Feb. 2013</creationDate>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.projektwaterkant.de</authorUrl>
<copyright>Copyright (C) 2013 Projekt Waterkant. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<description>PLG_USER_PASSGEN_XML_DESCRIPTION</description>
<files>
<filename plugin="passgen">passgen.php</filename>
<filename>index.html</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
</fieldset>
</fields>
</config>
</extension>