1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Missing read permission from calls to phpbb_chmod()

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9208 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith
2008-12-19 20:36:18 +00:00
parent cd6e5a85e7
commit a94ed97992
4 changed files with 25 additions and 18 deletions

View File

@@ -755,7 +755,7 @@ class template_compile
@flock($fp, LOCK_UN);
@fclose($fp);
phpbb_chmod($filename, CHMOD_WRITE);
phpbb_chmod($filename, CHMOD_READ | CHMOD_WRITE);
}
return;