-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
35 lines (35 loc) · 875 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
<?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.
*
* Date: september 06 13:07 2017
*/-->
<config>
<authorized>
<allow_access>*</allow_access>
</authorized>
<data>
<authors>
<author>
<name>Gerits Aurelien</name>
<website href="http://www.magix-cms.com" />
</author>
<author>
<name>Salvatore di Salvo</name>
<website href="http://www.disalvo-infographiste.be" />
</author>
</authors>
<release>
<date_create>26/08/2011</date_create>
<date_update>07/04/2023</date_update>
<version>4.1</version>
<phase>Stable</phase>
</release>
<support>
<ticket href="https://github.com/magix-cms/slideshow/issues"></ticket>
<git href="https://github.com/magix-cms/slideshow"></git>
</support>
</data>
</config>