Cleaned up the config interface.
authorArt Cancro <ajc@citadel.org>
Thu, 2 Aug 2007 21:19:54 +0000 (21:19 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 2 Aug 2007 21:19:54 +0000 (21:19 +0000)
commit0cc5b6dfb371e675478f709e340ef6a4bf42e62e
tree979e3022b5f30223732d8717536e5dc9e02dbeb3
parentd9b7bce771bf2b90821d18030577668036216990
Cleaned up the config interface.
* Eliminated SOCKET_PREFIX because unix:// works on PHP4 too, so
  we can use it all the time.
* Prefix has been moved to CITADEL_HOSTNAME
* Added config_ctdlclient_local.php and added it to .svnignore, so
  site operators and developers can override without wreaking havoc
  in svn.
ctdlphp/.svnignore [new file with mode: 0644]
ctdlphp/config_ctdlclient.php
ctdlphp/ctdlsession.php
ctdlphp/sessionproxy.php