Skip to content

Commit 21862e8

Browse files
author
latham
committed
Example config.inc.local.php with settings commented out
1 parent d045bdd commit 21862e8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

interface/lib/config.inc.local.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
/*
4+
Example local config. Here you can add your own custom
5+
settings to override the defaults. These will also be
6+
protected from updates.
7+
8+
$conf['app_title'] = "My Web Hosting";
9+
$conf['app_version'] = "2.0";
10+
$conf['app_link'] = 'http://www.mycompany.com';
11+
$conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help';
12+
13+
$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools';
14+
15+
$conf['software_updates_enabled'] = false;
16+
17+
$conf['theme'] = 'mycustom_theme'; // Must be installed.
18+
$conf['logo'] = 'themes/default/images/ispc_logo.png';
19+
20+
$conf['language'] = 'en';
21+
22+
$conf['interface_logout_url'] = 'http://www.mycompany.com';
23+
*/
24+
25+
?>

0 commit comments

Comments
 (0)