You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
726 B

Index: blosxom.cgi
--- blosxom.cgi.orig 2003-08-27 00:53:56 +0200
+++ blosxom.cgi 2005-10-10 12:29:04 +0200
@@ -66,6 +66,8 @@
# --------------------------------
+require "./blosxcom.cfg" if (-f "./blosxcom.cfg");
+
use vars qw! $version $blog_title $blog_description $blog_language $datadir $url %template $template $depth $num_entries $file_extension $default_flavour $static_or_dynamic $plugin_dir $plugin_state_dir @plugins %plugins $static_dir $static_password @static_flavours $static_entries $path_info $path_info_yr $path_info_mo $path_info_da $path_info_mo_num $flavour $static_or_dynamic %month2num @num2month $interpolate $entries $output $header $show_future_entries %files %indexes %others !;
use strict;