Skip to content

Commit 8c6219b

Browse files
author
latham
committed
Extend comments
1 parent 4f5d823 commit 8c6219b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

interface/lib/config.inc.local.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
55
Example local config. Here you can add your own custom
66
settings to override the defaults. These will also be
7-
protected from updates.
7+
protected from updates. This is added at the end of the
8+
config.inc.php to allow you to override settings. Be
9+
careful as this can override settings for the database.
10+
11+
** Check your config before using in production. **
812
913
*/
1014

@@ -24,6 +28,6 @@
2428
// $conf['language'] = 'en';
2529

2630
// $conf['interface_logout_url'] = 'http://www.mycompany.com';
27-
*/
31+
2832

2933
?>

0 commit comments

Comments
 (0)