X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Fsessionproxy.php;h=9f56d18b58b25eb5e4a917c4743070dde9d373b5;hb=53dfe6066aac4c141539528e6d268ae804323bde;hp=a9e627e8770ead45575da98f20a266d059d3dbdf;hpb=b3a71886b93d04926586e49976a229651c06777d;p=citadel.git diff --git a/ctdlphp/sessionproxy.php b/ctdlphp/sessionproxy.php index a9e627e87..9f56d18b5 100755 --- a/ctdlphp/sessionproxy.php +++ b/ctdlphp/sessionproxy.php @@ -84,7 +84,7 @@ chmod($sockname, 0600); // We need to get a connection to the Citadel server going now. $ctdlsock = fsockopen("uncensored.citadel.org", 504, $errno, $errstr, 30); -// $ctdlsock = fsockopen("/appl/citadel/citadel.socket", 0, $errno, $errstr, 30); +//$ctdlsock = fsockopen("/appl/citadel/citadel.socket", 0, $errno, $errstr, 30); if (!$ctdlsock) { socket_close ($sock); system("/bin/rm -f " . $sockname);