Skip to content

Commit 51f9e0c

Browse files
committed
FIX typo in config.sample
1 parent 2905632 commit 51f9e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/config.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Conf;
22

3-
use vars qw/ db_conf /;
3+
use vars qw/ %db_conf /;
44

55
$db_conf{'host'} = "localhost";
66
$db_conf{'db'} = "roundcubemail";

0 commit comments

Comments
 (0)