fix: suppress open_basedir warning in favicon check, disable open_basedir in prod
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class TenantFaviconService
|
||||
return false;
|
||||
}
|
||||
$path = $this->publicDir($uuid) . '/favicon-32x32.png';
|
||||
return is_file($path);
|
||||
return @is_file($path);
|
||||
}
|
||||
|
||||
public function delete(string $uuid): void
|
||||
|
||||
Reference in New Issue
Block a user