-
Notifications
You must be signed in to change notification settings - Fork 0
/
dean_simplecore_2.1.xml
70 lines (65 loc) · 1.6 KB
/
dean_simplecore_2.1.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<config version="2.0">
<debug>1</debug>
<online>1</online>
<defaultApplication>core</defaultApplication>
<taintmode>
<active>1</active>
<level>3</level>
<!--
LEVEL DEFINITIONS
=================
1 (Low): addslashes
2 (Medium): addslashes,htmlentities
3 (High): addslashes,htmlentities,strip_tags
-->
</taintmode>
<component>
<database>
<connection name="core">
<type>mysql</type>
<host>localhost</host>
<username>admin</username>
<password>r44e</password>
<database>s3core</database>
<prefix>s3core_</prefix>
</connection>
</database>
<session>
<active>1</active>
<type>sql</type>
<expiretime>2880</expiretime>
</session>
<page>
<gzip level="0">0</gzip>
<captureBuffer>1</captureBuffer>
</page>
<phpMailer>
<from>[email protected]</from>
<fromName>SC Customer Support</fromName>
<host>mail.acpm.info</host>
<port>25</port>
<username>[email protected]</username>
<password>r44e</password>
<authentication>1</authentication>
<timeout>25</timeout>
<persistant>1</persistant>
<debug>0</debug>
</phpMailer>
</component>
<path>
<system>system</system>
<logs>logs</logs>
<publichtml>public_html</publichtml>
<core>core</core>
<components>components</components>
<applications>applications</applications>
<data>data</data>
<debug>debug</debug>
<publicroot>simplecore</publicroot>
<publicrootcss>css</publicrootcss>
<publicrootjs>js</publicrootjs>
<publicrootimages>images</publicrootimages>
</path>
<debuguri>XDEBUG_SESSION_START=komodo</debuguri>
</config>