-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfiguration.php
More file actions
executable file
·69 lines (69 loc) · 2.31 KB
/
Copy pathconfiguration.php
File metadata and controls
executable file
·69 lines (69 loc) · 2.31 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
63
64
65
66
67
68
69
<?php
$mosConfig_offline = '0';
$mosConfig_host = 'localhost';
$mosConfig_user = 'earthquake';
$mosConfig_password = 'wts7532';
$mosConfig_db = 'earthquake';
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'simplified_chinese';
$mosConfig_alang = 'simplified_chinese';
$mosConfig_absolute_path = '/opt/lampp/htdocs/earthquake';
$mosConfig_live_site = 'http://61.152.144.202/earthquake';
$mosConfig_sitename = '大地震';
$mosConfig_shownoauth = '0';
$mosConfig_allowUserRegistration = '1';
$mosConfig_useractivation = '1';
$mosConfig_uniquemail = '1';
$mosConfig_allowRegisteredSubmitContent = '0';
$mosConfig_offline_message = '本站正在维护当中。<br /> 请稍候再来。';
$mosConfig_error_message = '本站临时出现问题。<br /> 请通知管理员。';
$mosConfig_debug = '0';
$mosConfig_lifetime = '900';
$mosConfig_MetaDesc = 'Mambo - 曼波智能建站系统';
$mosConfig_MetaKeys = 'mambo, Mambo, Mambo中国, mambochina, mambo中国, php, mysql, 智能建站, 自助建站';
$mosConfig_MetaTitle = '1';
$mosConfig_MetaAuthor = '1';
$mosConfig_locale = 'zh_CN';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = '-1';
$mosConfig_register_globals = '1';
$mosConfig_list_limit = '20';
$mosConfig_caching = '0';
$mosConfig_cachepath = '/opt/lampp/htdocs/earthquake/cache';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'wuts73@gmail.com';
$mosConfig_fromname = '大地震';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_smtpauth = '0';
$mosConfig_smtpuser = '';
$mosConfig_smtppass = '';
$mosConfig_smtphost = 'localhost';
$mosConfig_back_button = '1';
$mosConfig_item_navigation = '1';
$mosConfig_secret = 'ZhRa5TXlDAC7woGj';
$mosConfig_pagetitles = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '0777';
$mosConfig_dirperms = '0777';
$mosConfig_helpurl = 'http://www.mambochina.net';
$mosConfig_mbf_content = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>