X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/e2d088aad735c205c587bd920cb79254e28501ec..202b3b42042128b141c6661015fffb3f90bf923e:/selfforum-cgi/user/fo_arcview.pl diff --git a/selfforum-cgi/user/fo_arcview.pl b/selfforum-cgi/user/fo_arcview.pl index 46bd8e9..3ed186c 100644 --- a/selfforum-cgi/user/fo_arcview.pl +++ b/selfforum-cgi/user/fo_arcview.pl @@ -4,7 +4,7 @@ # # # File: user/fo_arcview.pl # # # -# Authors: Frank Schoenmann , 2001-06-02 # +# Authors: Frank Schönmann # # # # Description: archive browser # # # @@ -25,13 +25,17 @@ BEGIN { $Config = "$Bin/../../cgi-config/forum"; $Script = ($null =~ /^.*\/(.*)$/)? $1 : $null; -# my $null = $0; #$null =~ s/\\/\//g; # for win :-( +# my $null = $0; # $Bin = ($null =~ /^(.*)\/.*$/)? $1 : '.'; -# $Config = "$Bin/../../../cgi-config/devforum"; -# $Shared = "$Bin/../../../cgi-shared"; +# $Config = "$Bin/../../daten/forum/config"; +# $Shared = "$Bin/../../cgi-shared"; # $Script = ($null =~ /^.*\/(.*)$/)? $1 : $null; } +# setting umask, remove or comment it, if you don't need +# +umask 006; + use lib "$Shared"; use CGI::Carp qw(fatalsToBrowser); @@ -46,6 +50,16 @@ use Template::Archive qw( use CGI qw(param header path_info); +################################################################################ +# +# Version check +# +# last modified: +# $Date$ (GMT) +# by $Author$ +# +sub VERSION {(q$Revision$ =~ /([\d.]+)\s*$/)[0] or '0.0'} + print header(-type => 'text/html'); my $conf = read_script_conf($Config, $Shared, $Script); @@ -119,4 +133,4 @@ if ($year) { # # -### end of fo_view.pl ########################################################## +### end of fo_view.pl ########################################################## \ No newline at end of file