Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
21862e87
Commit
21862e87
authored
May 23, 2011
by
latham
Browse files
Example config.inc.local.php with settings commented out
parent
d045bdd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/config.inc.local.php
0 → 100644
View file @
21862e87
<?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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment