From: Wilfried Göesgens Date: Thu, 14 Jun 2007 22:08:47 +0000 (+0000) Subject: * we should work without debugging too... X-Git-Tag: v7.86~3313 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=43c8857f8671cb6cfc24d990a84850a511fe6682 * we should work without debugging too... --- diff --git a/ctdlphp/config_ctdlclient.php b/ctdlphp/config_ctdlclient.php index 40676657d..96676a622 100644 --- a/ctdlphp/config_ctdlclient.php +++ b/ctdlphp/config_ctdlclient.php @@ -7,6 +7,6 @@ define('CITADEL_HOSTNAME',"127.0.0.1"); 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); +define('CITADEL_DEBUG_CITPROTO',0); +define('CITADEL_DEBUG_PROXY', FALSE); ?> \ No newline at end of file diff --git a/ctdlphp/ctdlsession.php b/ctdlphp/ctdlsession.php index da8b9c2be..640f4ecfe 100644 --- a/ctdlphp/ctdlsession.php +++ b/ctdlphp/ctdlsession.php @@ -43,10 +43,10 @@ function establish_citadel_session() { // It ain't there, dude. Open up the proxy. (PHP version) if (CITADEL_DEBUG_PROXY){ - $stdout = '>>/tmp/sessionproxyout.txt'; + $stdout = '>>/tmp/sessionproxyout.txt '; } else{ - $stdout = '>/dev/null'; + $stdout = '>/dev/null '; } $cmd = "./sessionproxy.php " . $sockname .