* Changes for 2.1.2 release.
[BackupPC.git] / cgi-bin / BackupPC_Admin
index dfb7fcd..e1df31e 100755 (executable)
@@ -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) );
 
 #