Replace all double quotes with single quotes (#888)

This commit is contained in:
Roman Kelesidis 2023-09-05 21:59:03 +07:00 committed by GitHub
commit 10b56ecdef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@ if (!defined('BB_ROOT')) {
// Is send through board enabled? No, return to index
if (!$bb_cfg['board_email_form']) {
redirect("index.php");
redirect('index.php');
}
set_die_append_msg();