11<?php
22
33/*
4+
45Example local config. Here you can add your own custom
56settings to override the defaults. These will also be
67protected from updates.
78
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';
9+ */
10+
11+
12+ // $conf['app_title'] = "My Web Hosting";
13+ // $conf['app_version'] = "2.0";
14+ // $conf['app_link'] = 'http://www.mycompany.com';
15+ // $conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help';
1216
13- $conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools';
17+ // $conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools';
1418
15- $conf['software_updates_enabled'] = false;
19+ // $conf['software_updates_enabled'] = false;
1620
17- $conf['theme'] = 'mycustom_theme'; // Must be installed.
18- $conf['logo'] = 'themes/default/images/ispc_logo.png';
21+ // $conf['theme'] = 'mycustom_theme'; // Must be installed.
22+ // $conf['logo'] = 'themes/default/images/ispc_logo.png';
1923
20- $conf['language'] = 'en';
24+ // $conf['language'] = 'en';
2125
22- $conf['interface_logout_url'] = 'http://www.mycompany.com';
26+ // $conf['interface_logout_url'] = 'http://www.mycompany.com';
2327*/
2428
2529?>
0 commit comments