Subversion Repositories oidplus

Rev

Rev 1023 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1023 Rev 1050
Line 2... Line 2...
2
<manifest
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.12.1"
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.12.1"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.12.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_captcha.xsd">
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.12.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_captcha.xsd">
6
 
6
 
7
        <type>OIDplusCaptchaPlugin</type>
7
        <type>ViaThinkSoft\OIDplus\OIDplusCaptchaPlugin</type>
8
 
8
 
9
        <info>
9
        <info>
10
                <name>ViaThinkSoft Client Challenge</name>
10
                <name>ViaThinkSoft Client Challenge</name>
11
                <author>ViaThinkSoft</author>
11
                <author>ViaThinkSoft</author>
12
                <license>Apache 2.0</license>
12
                <license>Apache 2.0</license>
Line 18... Line 18...
18
                </descriptionHTML>
18
                </descriptionHTML>
19
                <oid>1.3.6.1.4.1.37476.2.5.2.4.11.3</oid>
19
                <oid>1.3.6.1.4.1.37476.2.5.2.4.11.3</oid>
20
        </info>
20
        </info>
21
 
21
 
22
        <php>
22
        <php>
23
                <mainclass>OIDplusCaptchaPluginVtsClientChallenge</mainclass>
23
                <mainclass>ViaThinkSoft\OIDplus\OIDplusCaptchaPluginVtsClientChallenge</mainclass>
24
        </php>
24
        </php>
25
       
25
       
26
        <css>
26
        <css>
27
        </css>
27
        </css>
28
 
28