# File app/controllers/sys_conf_adm_controller.rb, line 21
  def list
    @confs = SysConf.find(:all, :order => :key)
    @new_conf = SysConf.new()
  end