Update functions.php

This commit is contained in:
Roman Kelesidis 2023-12-14 16:52:12 +07:00
parent 9531b5c2ac
commit 2c4e2b3a5e

View File

@ -1864,6 +1864,12 @@ function bb_die ($msg_text)
exit;
}
// Alias for bb_die()
function message_die ($msg_code, $msg_text = '')
{
bb_die($msg_text);
}
function bb_simple_die ($txt)
{
global $bb_cfg;