]> git.p6c8.net - devedit.git/commitdiff
Instead of absolute paths in error_file and template_file, I use relative ones.
authorpcanterino <>
Fri, 22 Oct 2004 09:58:09 +0000 (09:58 +0000)
committerpcanterino <>
Fri, 22 Oct 2004 09:58:09 +0000 (09:58 +0000)
That's better for me ;-)

devedit.dat

index cc56311dba536511d03a80fa23f6f85e5e16ccda..c2b2d8bd18551ffd13aebf5b2da2f88a400d29ae 100644 (file)
@@ -12,7 +12,7 @@ lock_timeout  = 10
 
 max_file_size = 100000
 
-error_file    = D:/WWW/cgi-bin/devedit/errors.dat
-template_file = D:/WWW/cgi-bin/devedit/templates.dat
+error_file    = errors.dat
+template_file = templates.dat
 
 # End of configuration file
\ No newline at end of file

patrick-canterino.de