Robert Glodt - 2006-09-26

[OPEN]
config.inc.php
[FIND]
define('POC_BASE', dirname(chat));
[CHANGE TO]
define('POC_BASE', getcwd());

That corrects installation problems.  What I would like, is a copy of Version.php, since that seems to be missing from my copy?