# HG changeset patch # User Christian Urban # Date 1500394973 -3600 # Node ID 10ae557fb30843fca4fb9b0b7c5f9084b152626a # Parent a6f2847465eb3a95bdd56a265e6363071400c57f updated 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)