Skip to content
Snippets Groups Projects
Commit 21862e87 authored by latham's avatar latham
Browse files

Example config.inc.local.php with settings commented out

parent d045bdd1
No related branches found
No related tags found
No related merge requests found
<?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';
*/
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment