From 5ad4068107ad9d994bcbe17cc8a00299050ce3bc Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 8 Feb 2006 15:26:23 +0100 Subject: [PATCH] name changes in README darcs-hash:20060208142623-6e07b-8106984b2a57f9ccb85cabfb096a19b2a1bd7fae.gz --- README | 14 +++++++------- config.php | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index ee66c2a..3688fd1 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ === ABOUT === -LDAPab is a webbased address book for small companies. It features a public +ConTagged is a webbased address book for small companies. It features a public address book which is writable for all company staff and a personal address -book for each staff member. LDAPab requires an already setup LDAP server to -authenticate users. +book for each staff member. ConTagged requires an already setup LDAP server to +authenticate users and store it's data. === REQUIREMENTS === @@ -70,8 +70,8 @@ And a contacts leaf for every user. If you made everything correct you can point your webbrowser to the newly -installed LDAPab and use it :-) If you encounter problems try to enable logging -in your LDAP server to see what the problem is. +installed ConTagged and use it :-) If you encounter problems try to enable +logging in your LDAP server to see what the problem is. === FEEDBACK, PATCHES, SUPPORT === @@ -87,12 +87,12 @@ http://www.cosmocode.de === KNOWN BUGS === -LDAPab was only tested with open-ldap 2.1 - there may be problems with other +ConTagged was only tested with open-ldap 2.1 - there may be problems with other LDAP Servers. === LICENSE === -LDAPab - An LDAP based Company Address Book +ConTagged - An LDAP based Company Address Book Copyright 2004 - 2006 - CosmoCode GmbH This program is free software; you can redistribute it and/or diff --git a/config.php b/config.php index 3cbc452..8de5079 100644 --- a/config.php +++ b/config.php @@ -20,7 +20,7 @@ $conf[anonbindpw] = ''; // Which language to use (see lang directory) - $conf[lang] = 'de'; + $conf[lang] = 'en'; // Where to store public contacts? $conf[publicbook] = 'ou=contacts, '.$conf[ldaprootdn]; -- 2.39.5