mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
store directory check
git-svn-id: file:///svn/phpbb/trunk@4286 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user