Commit 20306440d592c37c4eb31e037b3a545046c99d17
1 parent
69754a74
Exists in
master
and in
9 other branches
bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/REMOTEDATA/makeProxy.php
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | |
37 | 37 | // check permissions |
38 | 38 | $perms = fileperms(RemoteData); |
39 | - if !($perms & 0x0010) | |
39 | + if (! ($perms & 0x0010)) | |
40 | 40 | exit('chmod -R g+wrx INFO dir !!! no write perms for group (apache)'.PHP_EOL); |
41 | 41 | |
42 | 42 | if (!file_exists(RemoteData."/Bases.xml")) |
... | ... |