diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-26 03:59:20 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-26 03:59:20 -0400 |
commit | 64ba09f9a3bfa4ac4fcba9581d1c581f919c7744 (patch) | |
tree | 61c30f0aa955a91bcd4024029a4596fcffc7faae /lib/common.php | |
parent | cdcfdc8cb4f4b5ab0acd1eae9fcd3f5def8578ba (diff) |
handle host !
darcs-hash:20080626075920-34904-0aad06d788f8dbf3a03d17752ba49d866322594e.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 18e4ed54a..f8edfdecd 100644 --- a/lib/common.php +++ b/lib/common.php @@ -63,7 +63,8 @@ $config = 'port' => 5222, 'user' => 'update', 'resource' => 'uniquename', - 'password' => 'blahblahblah'), + 'password' => 'blahblahblah', + 'host' => NULL), # only set if != server ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |