Skip to content

Commit 4f5d823

Browse files
author
latham
committed
comment by line so the user can test
1 parent 21862e8 commit 4f5d823

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

interface/lib/config.inc.local.php

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
<?php
22

33
/*
4+
45
Example local config. Here you can add your own custom
56
settings to override the defaults. These will also be
67
protected 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

Comments
 (0)