1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 11:04:38 +01:00

24 lines
941 B
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
2009-07-14 03:57:22 +00:00
<!-- $Id: plugin.xml,v 1.3 2009-07-14 03:57:22 e107coders Exp $ -->
<e107Plugin name="LAN_ALT_65" version="0.4" compatibility="0.8" installRequired="true" >
2009-07-14 03:57:22 +00:00
<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>