mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
store directory check
git-svn-id: file:///svn/phpbb/trunk@4286 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e5ea1f1755
commit
9e455b613a
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ if ($stage == 0)
|
||||||
<table cellspacing="1" cellpadding="4" border="0">
|
<table cellspacing="1" cellpadding="4" border="0">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$directories = array('cache/', 'files/');
|
$directories = array('cache/', 'files/', 'store/');
|
||||||
|
|
||||||
umask(0);
|
umask(0);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue