diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-10 21:41:45 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-10 21:41:45 +0100 |
| commit | 872c5487c01bc88480edf648a122231cf15b5a82 (patch) | |
| tree | 8829b89b03ff436fb8b3ec5f26d9ff125e22702f /bin/keyword-export.pl | |
| parent | 928e8fd45290b9487abe61ad1ff1f7a6cc97678d (diff) | |
Diffstat (limited to 'bin/keyword-export.pl')
| -rwxr-xr-x | bin/keyword-export.pl | 9 |
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); |
