mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
76d7753860
commit
57257d1af3
@ -469,3 +469,4 @@ class IniEditor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,16 +37,6 @@ use Zend_Config_Ini;
|
||||
*/
|
||||
class PreservingIniWriter extends \Zend_Config_Writer_FileAbstract
|
||||
{
|
||||
/**
|
||||
* Create a new instance of PreservingIniWriter
|
||||
*
|
||||
* @param array $options The options passed to the base class
|
||||
*/
|
||||
function __construct(array $options)
|
||||
{
|
||||
parent::__construct($options);
|
||||
}
|
||||
|
||||
/**
|
||||
* Render the Zend_Config into a config file string
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user