diff options
author | arun <arun@nubati.net> | 2006-12-07 11:15:53 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-07 11:15:53 +0000 |
commit | 987f4b37750c1c4c6d414a3cb8ae5e7b798fe41a (patch) | |
tree | 68673aab902f6790ec050540b1c43d3f6339434b /functions.php | |
parent | c997188d74716ef29f82da903435b95eec736d79 (diff) | |
download | e-DoKo-987f4b37750c1c4c6d414a3cb8ae5e7b798fe41a.tar.gz e-DoKo-987f4b37750c1c4c6d414a3cb8ae5e7b798fe41a.tar.bz2 e-DoKo-987f4b37750c1c4c6d414a3cb8ae5e7b798fe41a.zip |
tables seems to be case sensitive on dreamhost...fixed it
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 0ce10e2..a52ad7a 100644 --- a/functions.php +++ b/functions.php @@ -4,7 +4,7 @@ * config */ -$host = "http://doko.nubati.net/index.php"; +$host = "http://doko.nubati.net/database/index.php"; $wiki = "http://wiki.nubati.net/index.php?title=EmailDoko"; $debug = 1; |