]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/user/fo_sev.pl
modified version check
[selfforum.git] / selfforum-cgi / user / fo_sev.pl
index b88ea9da7b5e79dfa7b1522b855d2ff2d6147f10..1fa93e1773e450d8c559dbb732cdffa73c37b920 100644 (file)
@@ -4,7 +4,7 @@
 #                                                                              #
 # File:        user/fo_sev.pl                                                  #
 #                                                                              #
-# Authors:     AndrĂ© Malo <nd@o3media.de>, 2001-04-08                          #
+# Authors:     AndrĂ© Malo <nd@o3media.de>                                      #
 #                                                                              #
 # 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}

patrick-canterino.de