mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update functions.php
This commit is contained in:
parent
9531b5c2ac
commit
2c4e2b3a5e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user