X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/c199064158f7c7eabd5d6776e1da3b6cefc6b3ce..f91793544f0d5c7f978e5cf6214d9882d7c4db7c:/selfforum-cgi/user/fo_sev.pl?ds=sidebyside diff --git a/selfforum-cgi/user/fo_sev.pl b/selfforum-cgi/user/fo_sev.pl index b88ea9d..1fa93e1 100644 --- a/selfforum-cgi/user/fo_sev.pl +++ b/selfforum-cgi/user/fo_sev.pl @@ -4,7 +4,7 @@ # # # File: user/fo_sev.pl # # # -# Authors: André Malo , 2001-04-08 # +# Authors: André Malo # # # # Description: severancer script # # # @@ -16,7 +16,6 @@ use vars qw( $Shared $Script $Config - $VERSION ); # locate the script @@ -43,7 +42,11 @@ umask 006; # # Version check # -$VERSION = do { my @r =(q$Revision$ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +# last modified: +# $Date$ (GMT) +# by $Author$ +# +sub VERSION {(q$Revision$ =~ /([\d.]+)\s*$/)[0] or '0.0'} use lib "$Shared"; use CGI::Carp qw(fatalsToBrowser); @@ -62,6 +65,7 @@ my $stat = cut_tail ({ forumFile => $conf->{files}->{forum}, messagePath => $conf->{files}->{messagePath}, archivePath => $conf->{files}->{archivePath}, + archiveIndex => $conf->{files}->{archiveIndex}, lockFile => $conf->{files}->{sev_lock}, adminDefault => $adminDefault, cachePath => $conf->{files}->{cachePath}