mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
24 lines
936 B
XML
24 lines
936 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Id: plugin.xml,v 1.4 2009-07-17 14:41:53 marj_nl_fr Exp $ -->
|
|
|
|
<e107Plugin name="LAN_ALT_65" version="0.4" compatibility="0.8" installRequired="true" >
|
|
<author name="e107 Inc." url="e107.org" email="mcfly@e107.org" />
|
|
<description>LAN_ALT_66</description>
|
|
<folder>alt_auth</folder>
|
|
<category>users</category>
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
|
<logLanguageFile filename="languages/--LAN--/--LAN--_log.php" />
|
|
<administration>
|
|
<configFile>alt_auth_conf.php</configFile>
|
|
<icon>images/alt_auth_32.png</icon>
|
|
<iconSmall>images/alt_auth_16.png</iconSmall>
|
|
<caption>LAN_ALT_67</caption>
|
|
<installDone>LAN_ALT_68</installDone>
|
|
</administration>
|
|
<mainPrefs>
|
|
<pref name="auth_noconn" value="0" />
|
|
<pref name="auth_nouser" value="0" />
|
|
<pref name="auth_extended" value="" />
|
|
</mainPrefs>
|
|
</e107Plugin> |