From: pcanterino <> Date: Fri, 22 Oct 2004 09:58:09 +0000 (+0000) Subject: Instead of absolute paths in error_file and template_file, I use relative ones. X-Git-Tag: version_2_1a~1 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/321c9ef6df96b110c375ed20687233991f4e664e Instead of absolute paths in error_file and template_file, I use relative ones. That's better for me ;-) --- diff --git a/devedit.dat b/devedit.dat index cc56311..c2b2d8b 100644 --- a/devedit.dat +++ b/devedit.dat @@ -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