get post var

This commit is contained in:
CHIEFSOFT\ameye
2024-07-05 08:01:17 -04:00
parent c018243cb6
commit 2b1083db46
+2 -1
View File
@@ -6,7 +6,8 @@ class WrenchAuth extends BaseController
{
public function userLogin(){
$in = $this->request->getPost();
$in = $this->request->getPostGet();
$in["action"] = WRENCHBOARD_ACCOUNT_LOGIN;
if (!isset($in["login_mode"])){
$in["login_mode"] = MOBILE_LOGIN;