Fixed installation paths for file area #1

This commit is contained in:
Michiel Broek
2002-01-26 15:37:24 +00:00
parent 94ed3828f3
commit 1ef050a583
2 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ int CountFilearea(void)
area.FileFind = TRUE;
sprintf(area.BbsGroup, "LOCAL");
sprintf(area.NewGroup, "LOCAL");
sprintf(area.Path, "%s/local/common", CFG.ftp_base);
sprintf(area.Path, "%s/pub/local/common", CFG.ftp_base);
fwrite(&area, sizeof(area), 1, fil);
fclose(fil);
chmod(ffile, 0640);