mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
some fixes...
git-svn-id: file:///svn/phpbb/trunk@7813 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -752,8 +752,7 @@ class template_compile
|
||||
@flock($fp, LOCK_UN);
|
||||
@fclose($fp);
|
||||
|
||||
@umask(0);
|
||||
@chmod($filename, 0644);
|
||||
@chmod($filename, 0666);
|
||||
}
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user