forked from dzdevteam/plg_authentication_steamid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
steamid.xml
23 lines (21 loc) · 934 Bytes
/
steamid.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="authentication" method="upgrade">
<name>plg_authentication_steamid</name>
<author>DZ Team</author>
<creationDate>July 2013</creationDate>
<copyright>Copyright (C) 2013 - DZ Team</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>dev@dezign.vn</authorEmail>
<authorUrl>dezign.vn</authorUrl>
<version>1.0.0</version>
<description>PLG_AUTHENTICATION_STEAMID_XML_DESCRIPTION</description>
<files>
<filename plugin="steamid">steamid.php</filename>
<filename>steamid.xml</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">en-GB.plg_authentication_steamid.ini</language>
<language tag="en-GB">en-GB.plg_authentication_steamid.sys.ini</language>
</languages>
</extension>