diff -r a6f2847465eb -r 10ae557fb308 cgi-bin/repos.cgi --- a/cgi-bin/repos.cgi Tue Jul 18 17:19:31 2017 +0100 +++ b/cgi-bin/repos.cgi Tue Jul 18 17:22:53 2017 +0100 @@ -43,5 +43,5 @@ # Alternatively you can pass a list of ('virtual/path', '/real/path') tuples # or use a dictionary with entries like 'virtual/path': '/real/path' -application = hgwebdir('/home/staff/urbanc/HGREPOS/hgweb.config') +application = hgwebdir('/home/k1192855/HGREPOS/hgweb.config') wsgicgi.launch(application)