X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=cgi-bin%2FBackupPC_Admin;h=e1df31ee8f615ac8c8d21297aab75e367129ceb7;hp=dfb7fcd77c28e18d327cf0ec27ee1b40f63ba3e6;hb=99b9efe77451800084c477ed2139100f830cb7db;hpb=3a173f3feb7dad79150eabf07bc8f304e13cdfe7 diff --git a/cgi-bin/BackupPC_Admin b/cgi-bin/BackupPC_Admin index dfb7fcd..e1df31e 100755 --- a/cgi-bin/BackupPC_Admin +++ b/cgi-bin/BackupPC_Admin @@ -39,7 +39,7 @@ # #======================================================================== # -# Version 2.1.0beta2, released 23 May 2004. +# Version 2.1.2, released 5 Sep 2005. # # See http://backuppc.sourceforge.net. # @@ -49,7 +49,7 @@ use strict; no utf8; use CGI; use CGI::Carp qw(fatalsToBrowser); -use lib "/usr/local/BackupPC/lib"; +use lib "/usr/local/BackupPC2.1.0/lib"; use BackupPC::Lib; use BackupPC::CGI::Lib qw(:all); @@ -95,7 +95,7 @@ my $action = $ActionDispatch{$In{action}}; # the directory onto INC if it is missing. This is an ugly hack; # need to figure out what's really going on... # -my $installDir = '/usr/local/BackupPC/lib'; +my $installDir = '/usr/local/BackupPC2.1.0/lib'; push(@INC, $installDir) if ( !grep($_ eq $installDir, @INC) ); #