5 |
5 |
6 use Exporter; |
6 use Exporter; |
7 our @ISA = qw/ Exporter /; |
7 our @ISA = qw/ Exporter /; |
8 our @EXPORT = qw/ $db_user $db_pw $bu $bp /; |
8 our @EXPORT = qw/ $db_user $db_pw $bu $bp /; |
9 |
9 |
|
10 # user/password for the toolserver db |
10 our ($db_user, $db_pw) = ("s5****", "***"); |
11 our ($db_user, $db_pw) = ("s5****", "***"); |
11 #my ($bu,$bp) = ('****', '****' ); |
12 |
|
13 # user/password for the user (or other bot) making the changes |
12 our ($bu,$bp) = ('****', '****' ); |
14 our ($bu,$bp) = ('****', '****' ); |
|
15 |
13 1; |
16 1; |