1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-31 13:48:04 +01:00

store directory check

git-svn-id: file:///svn/phpbb/trunk@4286 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-07-20 13:59:07 +00:00
parent e5ea1f1755
commit 9e455b613a

View File

@ -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);