{
   if (($horde{'ftp'} || 'disabled') eq 'enabled' || (($horde{'smb'} || 'disabled') eq 'enabled'))
      {
        $OUT = "\$this->applications['gollem']['menu_parent'] = '';";
        } else {
        $OUT = "\$this->applications['gollem']['status'] = 'inactive';";
        }
}

