latham
2011-05-23 21862e87ca78ffe550825f16065cf367b4eec40c
Example config.inc.local.php with settings commented out
1 files added
25 ■■■■■ changed files
interface/lib/config.inc.local.php 25 ●●●●● patch | view | raw | blame | history
interface/lib/config.inc.local.php
New file
@@ -0,0 +1,25 @@
<?php
/*
Example local config.  Here you can add your own custom
settings to override the defaults. These will also be
protected from updates.
$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['language'] = 'en';
$conf['interface_logout_url'] = 'http://www.mycompany.com';
*/
?>