* use isset() to be correct and don't produce warnings
[citadel.git] / ctdlphp / config.php
1 <?PHP
2 #could be: "uncensored.citadel.org"
3 # or the path of the unix domain socket: /var/run/citadel/citadel.sock
4 define('CITADEL_HOSTNAME',"127.0.0.1");
5
6 #make it 0 to use unix domain sockets
7 define('CITADEL_TCP_PORTNO','504');
8
9
10 ?>