diff --git a/sched/config.C b/sched/config.C index 2e0a6172f5..2ce37d63c3 100644 --- a/sched/config.C +++ b/sched/config.C @@ -53,7 +53,7 @@ int CONFIG::parse(FILE* in) { int CONFIG::parse_file() { FILE* f; - f = fopen("config.xml", "r"); + f = fopen(".htconfig.xml", "r"); if (!f) return ERR_FOPEN; return parse(f); }