We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d171360 + e2507b2 commit e67eba5Copy full SHA for e67eba5
occ
@@ -17,7 +17,7 @@ function dropPrivileges(): void {
17
}
18
19
$configPath = __DIR__ . '/config/config.php';
20
- $uid = fileowner($configPath);
+ $uid = @fileowner($configPath);
21
if ($uid === false) {
22
return;
23
0 commit comments