* we should work without debugging too...
authorWilfried Göesgens <willi@citadel.org>
Thu, 14 Jun 2007 22:08:47 +0000 (22:08 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 14 Jun 2007 22:08:47 +0000 (22:08 +0000)
ctdlphp/config_ctdlclient.php
ctdlphp/ctdlsession.php

index 40676657df4f411d03a4d8b3c8b2d956c2b01136..96676a622493b9aca3357bcbbdb44d1ca9c23df2 100644 (file)
@@ -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
index da8b9c2beb66f2d00102b45c01d7043b054a99ee..640f4ecfe14ab1e4a74b0d03e410208c8e771027 100644 (file)
@@ -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 .