summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/vulnerable-passwords
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/vulnerable-passwords')
-rwxr-xr-xrt/etc/upgrade/vulnerable-passwords6
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/etc/upgrade/vulnerable-passwords b/rt/etc/upgrade/vulnerable-passwords
index f0fed0cfe..71457b149 100755
--- a/rt/etc/upgrade/vulnerable-passwords
+++ b/rt/etc/upgrade/vulnerable-passwords
@@ -3,7 +3,7 @@
#
# COPYRIGHT:
#
-# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
# <sales@bestpractical.com>
#
# (Except where explicitly superseded by other copyright notices)
@@ -49,8 +49,8 @@
use strict;
use warnings;
-use lib "local/lib";
-use lib "lib";
+use lib "/opt/rt3/local/lib";
+use lib "/opt/rt3/lib";
use RT;
RT::LoadConfig;