From 321c9ef6df96b110c375ed20687233991f4e664e Mon Sep 17 00:00:00 2001 From: pcanterino <> Date: Fri, 22 Oct 2004 09:58:09 +0000 Subject: [PATCH] Instead of absolute paths in error_file and template_file, I use relative ones. That's better for me ;-) --- devedit.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1