diff options
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); |
