5 // Mark Huang <mlhuang@cs.princeton.edu>
6 // Copyright (C) 2004-2006 The Trustees of Princeton University
12 include('plc_config.php');
15 $PLC_WWW_HOST = PLC_WWW_HOST;
16 $PLC_WWW_PORT = PLC_WWW_PORT;
17 $PLC_MAIL_SUPPORT_ADDRESS = PLC_MAIL_SUPPORT_ADDRESS;
19 if ($PLC_WWW_PORT == 443) {
20 $PLC_WWW_URL = "https://$PLC_WWW_HOST/";
21 } elseif ($PLC_WWW_PORT != 80) {
22 $PLC_WWW_URL = "http://$PLC_WWW_HOST:$PLC_WWW_PORT/";
24 $PLC_WWW_URL="http://$PLC_WWW_HOST/";
32 This machine is a node in the $PLC_NAME distributed network. If you
33 require assistance in administering this node, please contact
34 ${PLC_MAIL_SUPPORT_ADDRESS}.
36 Console login to this node is restricted to site_admin.