mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Replace all double quotes with single quotes (#888)
This commit is contained in:
parent
3c5a37fdb4
commit
10b56ecdef
6 changed files with 11 additions and 11 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue