From 10dbac438bb7f66773683f029c67fb2764ffba66 Mon Sep 17 00:00:00 2001 From: Barijaona Ramaholimihaso Date: Mon, 1 Oct 2007 21:07:37 +0000 Subject: [PATCH] Changed $plugin_list as an absolute path, as all configurable filenames/directory names --- blosxom.cgi | 2 -- 1 file changed, 2 deletions(-) diff --git a/blosxom.cgi b/blosxom.cgi index 78ad2ff..44d438c 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -251,8 +251,6 @@ my @plugin_list = (); my %plugin_hash = (); # If $plugin_list is set, read plugins to use from that file -$plugin_list = "$config_dir/$plugin_list" - if $plugin_list && $plugin_list !~ m!^\s*/!; if ( $plugin_list and -r $plugin_list and $fh->open("< $plugin_list") ) { @plugin_list = map { chomp $_; $_ } grep { /\S/ && !/^#/ } <$fh>; $fh->close; -- 2.30.2