-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.php
More file actions
62 lines (37 loc) · 1.02 KB
/
config.php
File metadata and controls
62 lines (37 loc) · 1.02 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
; <?php exit; ?>
[DATABASE]
; database engine (mysql,sqlite)
engine = "sqlite"
; database.dsn = "mysql:host=localhost;dbname=snews18"
dsn = "sqlite:snews.db3"
; Database User
user = "root"
; Database Password
pass = ""
; Database Options
options[PDO::ATTR_AUTOCOMMIT] = "false"
; Database Prefix
prefix = ""
[SECURITY]
; KEY SECURE_ID. Do not forget put same value in admin.php (line n.6)
key_ID = '1234'
; Your HASH String
string_hash = "use_silly_strings"
[OPTIONS]
; page_list order (home, archive, contact, sitemap, pages)
page_list = "home,archive,contact,sitemap,pages"
; Ignore pages that you created
ignore_pages = ""
; Ignore category + sub-Categories
ignore_cats = ""
; Divider character
divider = '·'
; Used in article pagination links
paginator = 'p_'
; Used in comments pagination links
comment_pages = 'c_'
[INFO_TAGS]
; Infoline
infoline = '<p class="date">,readmore,comments,date,edit,</p>'
; Comments
comments = '<p class="meta">,name, $on ,date,edit,</p>,<p class="comment">,comment,</p>'