Beispiel #1
0
 function saveConfig()
 {
     $config = (array) $_POST['refSpoofFeed'];
     $this->host->set($this, 'feeds', $config);
     echo __("Configuration saved.");
 }