-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.xml
More file actions
30 lines (30 loc) · 1.1 KB
/
plugin.xml
File metadata and controls
30 lines (30 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Visual Captcha" lan="" version="1.0" date="2016-12-25" compatibility="2.0" installRequired="true" >
<author name="CaMer0n & Lona Lore" url="https://e107.org" />
<summary lan="">Visual Captcha for e107. </summary>
<description lan="">A drop-in replacement for the e107 captcha, making your site more use-friendly and secure.</description>
<keywords>
<word>security</word>
<word>captcha</word>
<word>recaptcha</word>
</keywords>
<category>misc</category>
<screenshots>
<image>screenshot-1.png</image>
<image>screenshot-2.png</image>
<image>screenshot-3.png</image>
<image>screenshot-4.png</image>
<image>screenshot-5.png</image>
</screenshots>
<copyright></copyright>
<adminLinks>
<link url="admin_config.php" description="" icon="images/_icon_32.png" iconSmall="images/_icon_16.png" icon128="images/_icon_128.png" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name='active'>1</pref>
<pref name='imgCount'>5</pref>
</pluginPrefs>
<dependencies>
<extension name='openssl'/>
</dependencies>
</e107Plugin>