mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
Latest alt_auth update - thanks to Father B for more testing/debugging
This commit is contained in:
23
e107_plugins/alt_auth/plugin.xml
Normal file
23
e107_plugins/alt_auth/plugin.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.1 2008-12-09 20:40:54 e107steved Exp $ -->
|
||||
|
||||
<e107Plugin name="LAN_ALT_65" version="0.4" compatibility="0.8" installRequired="true" >
|
||||
<author name="McFly/steved" url="e107.org" email="mcfly@e107.org" />
|
||||
<description>LAN_ALT_66</description>
|
||||
<folder>alt_auth</folder>
|
||||
<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>
|
Reference in New Issue
Block a user