diff --git a/checkin_notes b/checkin_notes index 74b5ea1523..a50e68b3b3 100755 --- a/checkin_notes +++ b/checkin_notes @@ -9697,6 +9697,9 @@ David Feb 3 2004 handle_request.C sched_config.C,h +David 2004-02-03 + BOINC 2.23 release for Windows + Karl 2004-02-03 - updates for html directory structure change diff --git a/py/Boinc/setup_project.py b/py/Boinc/setup_project.py index 6dcd4da686..2570acf9d7 100644 --- a/py/Boinc/setup_project.py +++ b/py/Boinc/setup_project.py @@ -362,7 +362,7 @@ class Project: map(lambda dir: os.mkdir(self.dir(dir)), [ '', 'cgi-bin', 'bin', 'upload', 'download', 'apps', self.logdir(), 'html', 'html/ops', 'html/user', 'html/project', - 'html/inc', 'html/stats', 'html/user_profile' + 'html/inc', 'html/stats', 'html/user_profile', 'html/forum' ]) map(lambda dir: os.chmod(self.dir(dir), 0777), [ 'cgi-bin', 'upload', self.logdir() ])