diff options
author | Dan Fandrich <danf@mageia.org> | 2024-01-25 12:17:25 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-01-25 12:17:25 -0800 |
commit | 5f6f124d960df9a808f43aa6a6b637b9d26f802e (patch) | |
tree | b92322800584728bc29e68d8b98c1366b20a2cde /modules/phpbb/files | |
parent | 40f8d6f10f0ad687e9bfc0f711fbe19257abb8a7 (diff) | |
download | puppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.tar puppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.tar.gz puppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.tar.bz2 puppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.tar.xz puppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.zip |
Switch links to https: that are found in comments
These are for use by humans only.
Diffstat (limited to 'modules/phpbb/files')
-rw-r--r-- | modules/phpbb/files/phpbb_apply_config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/phpbb/files/phpbb_apply_config.pl b/modules/phpbb/files/phpbb_apply_config.pl index 5bd094e4..a58df24e 100644 --- a/modules/phpbb/files/phpbb_apply_config.pl +++ b/modules/phpbb/files/phpbb_apply_config.pl @@ -16,7 +16,7 @@ my $dbh = DBI->connect("dbi:Pg:","","", { my $table = "phpbb_config"; # FIXME add rollback if there is a problem -# http://docstore.mik.ua/orelly/linux/dbi/ch06_03.htm +# https://docstore.mik.ua/orelly/linux/dbi/ch06_03.htm my $update = $dbh->prepare("UPDATE $table SET config_value = ?, is_dynamic = ? WHERE config_name = ?"); my $insert = $dbh->prepare("INSERT INTO $table ( config_value, is_dynamic, config_name ) VALUES ( ? , ? , ? )"); |