summaryrefslogtreecommitdiff
path: root/bin/keyword-export.pl
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-10 21:41:45 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-10 21:41:45 +0100
commit872c5487c01bc88480edf648a122231cf15b5a82 (patch)
tree8829b89b03ff436fb8b3ec5f26d9ff125e22702f /bin/keyword-export.pl
parent928e8fd45290b9487abe61ad1ff1f7a6cc97678d (diff)
move bucky off melanarchyHEADmaster
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);