-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.26.php
More file actions
28 lines (16 loc) · 863 Bytes
/
config.26.php
File metadata and controls
28 lines (16 loc) · 863 Bytes
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
<?php
$this->settings_table = 'x_conf_sys_settings';
$this->libraries_settings['wbl_locale']['table'] = 'x_conf_languages';
$this->libraries_settings['wbl_locale']['texts_table'] = 'x_conf_texts';
$this->libraries_settings['wbl_locale']['translations_table'] = 'x_conf_translations';
$this->libraries_settings['wbl_seo']['metas_table'] = 'x_conf_metas';
$this->libraries_settings['wbl_seo']['links_table'] = 'x_conf_pages';
$this->libraries_settings['wbl_seo']['trackings_table'] = 'x_conf_pages';
$this->logins_logs_table = 'x_conf_visits_logs';
$this->console_cronjobs_db_table = 'x_conf_cronjobs';
$this->mail_queue_table = 'x_conf_pages';
$this->skins_folder = 'skins/';
$this->seo_enabled=true;
$this->settings_enabled=true;
if(!file_exists(__DIR__.'/config.development.php'))
file_put_contents(__DIR__.'/config.development.php', '<?php ?>');