-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.inc.local.php
More file actions
35 lines (21 loc) · 951 Bytes
/
config.inc.local.php
File metadata and controls
35 lines (21 loc) · 951 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
29
30
31
32
33
34
35
<?php
/*
Example local config. Here you can add your own custom
settings to override the defaults. These will also be
protected from updates. This is added at the end of the
config.inc.php to allow you to override settings. Be
careful as this can override settings for the database.
** Check your config before using in production. **
*/
// $conf['app_title'] = "My Web Hosting";
// $conf['app_version'] = "2.0";
// $conf['app_link'] = 'http://www.mycompany.com';
// $conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help';
// $conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools';
// $conf['software_updates_enabled'] = false;
// $conf['theme'] = 'mycustom_theme'; // Must be installed.
// $conf['logo'] = 'themes/default/images/ispc_logo.png';
// $conf['templates'] = '/opt/tecnoera/templates';
// $conf['language'] = 'es';
// $conf['interface_logout_url'] = 'http://www.mycompany.com';
?>