mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-22 10:31:18 -04:00
Replaced the unused `Zend_Config_Exception` with a more appropriate `NotWritableError` in `IniWriter::write()`. - The old `Zend_Config_Exception` was never caught anywhere in the codebase. - Changed to `NotWritableError` to better reflect file permission and write issues. - Added `@` suppression to the `file_put_contents()` call so that the method can throw `NotWritableError` instead of crashing on PHP warnings. |
||
|---|---|---|
| .. | ||
| Dom | ||
| IniParser.php | ||
| IniWriter.php | ||