Corrected some paths and permissions

This commit is contained in:
Michiel Broek
2002-02-08 15:38:32 +00:00
parent 031578fd81
commit 7fe30b1a02
3 changed files with 6 additions and 6 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/pub/local/common", CFG.ftp_base);
sprintf(area.Path, "%s/local/common", CFG.ftp_base);
fwrite(&area, sizeof(area), 1, fil);
fclose(fil);
chmod(ffile, 0640);