Skip to content

Commit 0bab96b

Browse files
committed
new INSTALL file
1 parent 311b820 commit 0bab96b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
1. To Install, extract this archive and copy the folder
2-
`wdgrc_sql_contacts` into roundcube/plugins/
2+
`sql_global_addressbooks` into roundcube/plugins/
33

44
2. Choose one of the SQL Scripts from ./SQL/, dependant on your Mail System
55
and whether or not you wish to have Alias Support, [%name%+alias.sql]
66
or you would like just to have the primary emails, [%name%.sql]
77
and run it on your MySQL/MariaDB Server as root, for example from PHPMyAdmin
88

9-
3. And then add `wdgrc_sql_contacts` to your roundcube/config/config.inc.php
10-
$config['plugins'] = array(..., 'wdgrc_sql_contacts');
9+
3. And then add `sql_global_addressbooks` to your roundcube/config/config.inc.php
10+
$config['plugins'] = array(..., 'sql_global_addressbooks');
1111

12-
4. Rename roundcube/plugins/wdgrc_sql_contacts/config.inc.php.dist to
12+
4. Rename roundcube/plugins/sql_global_addressbooks/config.inc.php.dist to
1313
config.inc.php and fill in the configuration file.

0 commit comments

Comments
 (0)