delinker_fixer/BotSecrets.pm-sample

Wed, 06 Mar 2024 02:34:25 +0100

author
Peter Gervai <grin@grin.hu>
date
Wed, 06 Mar 2024 02:34:25 +0100
changeset 9
43902b1af1b9
parent 1
ab6634389318
permissions
-rwxr-xr-x

demon.php: Set replacement db entry log_id from -1 to 0, since the field is unsigned.
I can't even? And I don't comment on INSERT IGNORE either.

package BotSecrets;

use strict;
use warnings;

use Exporter;
our @ISA    = qw/ Exporter /;
our @EXPORT = qw/ $db_user $db_pw $bu $bp /;

# user/password for the toolserver db
our ($db_user, $db_pw) = ("s5****", "***");

# user/password for the user (or other bot) making the changes
our ($bu,$bp) = ('****', '****' );

1;

mercurial