mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
22 lines
935 B
XML
22 lines
935 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Id: plugin.xml,v 1.8 2009-11-08 10:34:23 e107steved Exp $ -->
|
|
|
|
<e107Plugin name="LAN_ALT_65" version="0.4" date="2012-08-01" compatibility="0.8" installRequired="true" >
|
|
<author name="e107 Inc." url="e107.org" email="mcfly@e107.org" />
|
|
<description>LAN_ALT_66</description>
|
|
<category>users</category>
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
|
<languageFiles>
|
|
<file type='log' path='languages/--LAN--/--LAN--_log.php' />
|
|
</languageFiles>
|
|
<adminLinks>
|
|
<link url='alt_auth_conf.php' description='LAN_ALT_67' icon='images/alt_auth_32.png' iconSmall='images/alt_auth_16.png' primary='true' >LAN_ALT_67</link>
|
|
</adminLinks>
|
|
<mainPrefs>
|
|
<pref name="auth_noconn">0</pref>
|
|
<pref name="auth_badpassword">0</pref>
|
|
<pref name="auth_method2">0</pref>
|
|
<pref name="auth_extended"></pref>
|
|
</mainPrefs>
|
|
</e107Plugin> |