-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathqhm.ini.php
More file actions
73 lines (71 loc) · 1.67 KB
/
Copy pathqhm.ini.php
File metadata and controls
73 lines (71 loc) · 1.67 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
70
71
72
73
<?php
$style_type = 'text';
$style_name = 'haik_seed';
$logo_image = 'cache/qhm_logo.png';
$page_title = 'Welcome to HAIK';
$enable_wp_theme = 0;
$enable_wp_theme_name = '';
$wp_add_css = '';
$owneraddr = 'Here is your address or something';
$ownertel = 'contact me by email';
$headcopy = 'HAIK is easy, simple, pretty Website Building System';
$keywords = 'keyword1,keyword2,keyword3';
$description = 'here is description of your website.';
$custom_meta = '';
$qhm_adminmenu = 1;
$accesstag = '';
$ga_tracking_id = '';
$modifier = 'サイト管理者名';
$modifierlink = '';
$nowindow = 0;
$username = 'homepage';
$passwd = '{x-php-md5}7c428c26d9f7ab40eddcf6c09583e678';
$notify = 0;
$notify_diff_only = 1;
$smtp_server = 'localhost';
$notify_to = 'to@example.com';
$notify_from = 'from@example.com';
$smtp_auth = 0;
$pop_server = 'localhost';
$pop_userid = '';
$pop_passwd = '';
$google_apps = '';
$google_apps_domain = '';
$script = '';
$script_ssl = '';
$no_qhm_licence = 0;
$qhm_access_key = 1;
$reg_exp_host = '';
$enable_cache = 0;
$autolink = 0;
$session_save_path = '';
$site_close_all = 0;
$mobile_redirect = '';
$googlemaps_apikey = '';
$exclude_to_name = 0;
$enable_smart_style = 0;
$smart_name = 'blue';
$check_login = 1;
$unload_confirm = 1;
$http_scheme = '';
$admin_email = '';
$encrypt_ftp = '';
$qhm_pw_str = '';
$ogp_tag = 0;
$og_description = '';
$og_image = '';
$add_xmlns = '';
$fb_admins = '';
$fb_app_id = '';
$qblog_social_widget = 'default';
$qblog_social_html = '';
$qblog_title = '';
$qblog_enable_comment = 1;
$qblog_default_cat = 'ブログ';
$qblog_close = 0;
$qblog_enable_ping = 0;
$qblog_ping = '';
$qblog_comment_notice = 0;
$is_qmail = 0;
$mail_encode = 'ISO-2022-JP';
?>