<?php

$conf_keys["sylas"] = array("dbserver"           => "no_check",
                            "dbserverport"       => "no_check",
                            "dbuser"             => "no_check",
                            "dbpassword"         => "no_check",
                            "dataname"           => "no_check",
                            "defaultsearchtable" => "no_check",
                            "logtype"            => "no_check",
                            "displaylines"       => "no_check",
                            "rsyslogconfdir"     => "no_check",
                            "rsyslogrestartcmd"  => "no_check"
                           );

$conf_def["sylas"] = array("dbserverport"        => "3306",
                           "displaylines"        => "200",
                           "rsyslogconfdir"      => "/etc/rsyslog.sylas.d/",
                           "rsyslogrestartcmd"   => "sudo /etc/init.d/rsyslog restart"
                          );
?>
