mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-12 18:40:57 +00:00
lc.cgi glitches
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@85 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
0264b77d7f
commit
4973d2165d
1 changed files with 1 additions and 1 deletions
2
lc.cgi
2
lc.cgi
|
|
@ -4,7 +4,7 @@ import re,cgi,sys,urlparse,time,os
|
|||
sys.stderr = sys.stdout
|
||||
|
||||
# begin user configuration
|
||||
dist_dir = "/home/calvin/projects/linkchecker"
|
||||
dist_dir = "/home/calvin/linkchecker"
|
||||
cgi.logfile = "linkchecker.log" # must be an existing file
|
||||
# end user configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue