* new debug switch for communication in the session-proxy
[citadel.git] / ctdlphp / config_ctdlclient.php
index ed65575dc53cf4701a3f39d89ccf14b158958adc..40676657df4f411d03a4d8b3c8b2d956c2b01136 100644 (file)
@@ -8,4 +8,5 @@ define('CITADEL_TCP_PORTNO','504');
 
 #do you want to see the server conversation for exploring the protocol?
 define('CITADEL_DEBUG_CITPROTO',1);
+define('CITADEL_DEBUG_PROXY', TRUE);
 ?>
\ No newline at end of file