summaryrefslogtreecommitdiff
path: root/bin/keyword-export.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/keyword-export.pl')
-rwxr-xr-xbin/keyword-export.pl9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/keyword-export.pl b/bin/keyword-export.pl
index 4f04579..b01d2fb 100755
--- a/bin/keyword-export.pl
+++ b/bin/keyword-export.pl
@@ -1,7 +1,14 @@
#!/usr/bin/perl
+BEGIN
+ {
+ our $BUCKY = "/cgi-bin/bucky";
+ our $BUCKY_DB = "bucky";
+ our $BUCKY_DB_CNF = "/var/www/vhosts/carbonpictures.com/.bucky.cnf";
+ }
+
use lib "/var/www/vhosts/carbonpictures.com/bucky/lib";
-use Bucky;
+use Bucky1;
$dbh = DBI->connect ($dsn);