interface/lib/classes/ini_parser.inc.php @@ -57,8 +57,6 @@ return $this->config; } public function get_ini_string($file) { $content = ''; foreach($this->config as $section => $data) { @@ -71,7 +69,6 @@ } return $content; } } ?>