(Grav GitSync) Automatic Commit from smokephil
This commit is contained in:
parent
d73d0ba519
commit
96a01e3ab4
260 changed files with 25905 additions and 16011 deletions
|
|
@ -25,6 +25,12 @@ class Permissions extends Problem
|
|||
*/
|
||||
public function process()
|
||||
{
|
||||
if (PHP_OS_FAMILY === 'Windows') {
|
||||
$this->msg = 'Permission check is not available for Windows.';
|
||||
$this->status = true;
|
||||
return $this;
|
||||
}
|
||||
|
||||
umask($umask = umask(022));
|
||||
|
||||
$msg = 'Your default file umask is <strong>%s</strong> which %s';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue