X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Fconfig_ctdlclient.php;h=2ee78683bd27b89d1783c02307007e644b777f8c;hb=d7cf2599b659367b631696978a3b3b708d2470bd;hp=bcbdf45c1751a7ec889cab36b794b25f6b28d167;hpb=6c56a50acbe423003cb1c501edecad61eaae73e6;p=citadel.git diff --git a/ctdlphp/config_ctdlclient.php b/ctdlphp/config_ctdlclient.php index bcbdf45c1..2ee78683b 100644 --- a/ctdlphp/config_ctdlclient.php +++ b/ctdlphp/config_ctdlclient.php @@ -2,6 +2,11 @@ // Please override these defaults in config_ctdlclient_local.php, not here. +#do you want to see the server conversation for exploring the protocol? +define('CITADEL_DEBUG_PROXY', FALSE); +#switch this if you're using php5 +define('SOCKET_PREFIX', "unix://"); +#define('SOCKET_PREFIX', ""); include "config_ctdlclient_local.php"; // Examples: @@ -30,4 +35,7 @@ if (!defined('CITADEL_DEBUG_PROXY')) { define('CITADEL_DEBUG_PROXY', FALSE); } +if (!defined('CITADEL_DEBUG_HTML')) { + define('CITADEL_DEBUG_HTML', FALSE); +} ?>