aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-20 13:59:07 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-20 13:59:07 +0000
commit9e455b613a4ca80b7200550cd58b9976ff5e73c3 (patch)
tree87f8454f19896b991b42ad1b150fd3adcc5f8af1
parente5ea1f1755308eb6ed57097e14030aec93f19b93 (diff)
downloadforums-9e455b613a4ca80b7200550cd58b9976ff5e73c3.tar
forums-9e455b613a4ca80b7200550cd58b9976ff5e73c3.tar.gz
forums-9e455b613a4ca80b7200550cd58b9976ff5e73c3.tar.bz2
forums-9e455b613a4ca80b7200550cd58b9976ff5e73c3.tar.xz
forums-9e455b613a4ca80b7200550cd58b9976ff5e73c3.zip
store directory check
git-svn-id: file:///svn/phpbb/trunk@4286 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/install/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php
index b4502fcbc0..1376210c07 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -445,7 +445,7 @@ if ($stage == 0)
<table cellspacing="1" cellpadding="4" border="0">
<?php
- $directories = array('cache/', 'files/');
+ $directories = array('cache/', 'files/', 'store/');
umask(0);