Skip to content
Snippets Groups Projects
Commit f389d502 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

odstraneni zbytecne promenne BASEDIR

parent 2eb46a6f
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,6 @@ sub loadConf
{
my $conf_file = shift;
our $BASEDIR = undef;
our $URI = undef;
our $SSL_KEY = undef;
our $SSL_CERT = undef;
......@@ -182,6 +181,7 @@ sub loadConf
our $LOG_VERBOSE = undef;
our $SYSLOG = undef;
our $SYSLOG_FACILITY = undef;
unless (do $conf_file) {
die("Errors in config file '$conf_file': $@") if $@;
die("Can't read config file '$conf_file': $!") unless defined $_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment