mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 23:24:07 +01:00
* [FIX] Fixes #185.Thanks to @bitking
* [FIX] Fixes #186. Thanks to @wagnst * [FIX] Related #189. Login not done for the fisrt time randomly.
This commit is contained in:
@@ -242,15 +242,15 @@ class MainC extends Controller implements ActionsInterface
|
||||
));
|
||||
|
||||
// Comprobar y parsear los parámetros GET para pasarlos como POST en los inputs
|
||||
$this->view->assign('getParams');
|
||||
$getParams = '';
|
||||
|
||||
if (count($_GET) > 0) {
|
||||
foreach ($_GET as $param => $value) {
|
||||
$getParams['g_' . \SP\Html::sanitize($param)] = \SP\Html::sanitize($value);
|
||||
}
|
||||
|
||||
$this->view->assign('getParams', $getParams);
|
||||
}
|
||||
|
||||
$this->view->assign('getParams', $getParams);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user