From: Mark Huang Date: Tue, 2 May 2006 15:09:08 +0000 (+0000) Subject: - fix comment X-Git-Tag: myplc-0_4-rc1~44 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7692a91c11086c202c72c12185179fcaabe6bf96;p=myplc.git - fix comment --- diff --git a/api-config b/api-config index d217042..5d936f2 100755 --- a/api-config +++ b/api-config @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: api-config,v 1.4 2006/03/28 22:35:42 mlhuang Exp $ +# $Id: api-config,v 1.5 2006/03/29 19:17:26 mlhuang Exp $ # import plcapilib @@ -54,7 +54,7 @@ def main(): person_id = persons[0]['person_id'] AdmUpdatePerson(person_id, admin) - # Create/update the default site (should be site_id 0) + # Create/update the default site (should be site_id 1) if plc_www['port'] == '80': url = "http://" + plc_www['host'] + "/" elif plc_www['port'] == '443':