* Identify ourselves to Citadel using IDEN
[citadel.git] / ctdlphp / sessionproxy.php
index a9e627e8770ead45575da98f20a266d059d3dbdf..9f56d18b58b25eb5e4a917c4743070dde9d373b5 100755 (executable)
@@ -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);