-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
42 lines (42 loc) · 941 Bytes
/
config.xml
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
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8" ?>
<!-- /*
* MAGIX CMS Copyright (c) 2008 - 2018 Gerits Aurelien,
* http://www.magix-cms.com
* Dual licensed under the MIT AND GPL Version 3 licenses.
*
* Date: November 14 09:15 2018
*/-->
<config>
<authorized>
<allow_access>*</allow_access>
</authorized>
<data>
<authors>
<author>
<name>Gerits Aurelien</name>
<website href="https://www.magix-cms.com" />
</author>
</authors>
<release>
<date_create>14/11/2018</date_create>
<date_update>31/07/2023</date_update>
<version>3.3</version>
<phase>Stable</phase>
</release>
<bind>
<plugin>
<name>account</name>
</plugin>
<plugin>
<name>contact</name>
</plugin>
<plugin>
<name>conference</name>
</plugin>
</bind>
<support>
<ticket href="https://github.com/magix-cms/recaptcha/issues" />
<git href="https://github.com/magix-cms/recaptcha" />
</support>
</data>
</config>