author | Christian Urban <urbanc@in.tum.de> |
Tue, 18 Jul 2017 17:22:53 +0100 | |
changeset 474 | 10ae557fb308 |
parent 473 | a6f2847465eb |
child 475 | 274546f0c5dc |
cgi-bin/repos.cgi | file | annotate | diff | comparison | revisions |
--- 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)