mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 05:50:55 +08:00
settings load from database and i18n from config files
This commit is contained in:
@@ -10,7 +10,7 @@ if ($_SERVER["REQUEST_METHOD"] != "POST")
|
||||
|
||||
$origmsg = intval($_POST["origmsg"] ?? 0);
|
||||
$msg = trim($_POST["body"]);
|
||||
if ($_POST['forward'] == 1) //this is forwarding
|
||||
if (isset($_POST['forward']) && $_POST['forward'] == 1) //this is forwarding
|
||||
{
|
||||
if (!$origmsg)
|
||||
stderr($lang_takemessage['std_error'], $lang_takemessage['std_invalid_id']);
|
||||
|
||||
Reference in New Issue
Block a user