-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
48 lines (48 loc) · 1.3 KB
/
config.xml
File metadata and controls
48 lines (48 loc) · 1.3 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8" ?>
<!-- /*
* MAGIX CMS Copyright (c) 2008 - 2017 Gerits Aurelien,
* http://www.magix-cms.com
* Dual licensed under the MIT AND GPL Version 3 licenses.
*
*/-->
<config>
<acl>
<admin>
<authorized>
<allow_access>*</allow_access>
</authorized>
<infos>
<authors>
<author>
<name>Aurélien Gérits</name>
<link>
<website href="http://www.magix-cms.com" />
</link>
</author>
<author>
<name>Jean-baptiste Demonte</name>
<link>
<website href="http://gmap3.net" />
</link>
</author>
<author>
<name>Salvatore di Salvo</name>
<link>
<website href="http://www.disalvo-infographiste.be" />
</link>
</author>
</authors>
<version>
<date_create>21/01/2012</date_create>
<date_update>12/05/2017</date_update>
<number>4.1</number>
<phase>Stable</phase>
<support>
<ticket href="https://github.com/gtraxx/gmap/issues"></ticket>
<git href="https://github.com/gtraxx/gmap"></git>
</support>
</version>
</infos>
</admin>
</acl>
</config>