mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Changed: use hash_hmac() instead of MailSo\Base\Utils::Hmac()
Renamed: PrepearFetchSequence() to PrepareFetchSequence() Removed: StripSlashesValue() because PHP7 has no magic_quotes_gpc
This commit is contained in:
parent
23e9964997
commit
9bb44e7f98
7 changed files with 19 additions and 128 deletions
|
|
@ -349,7 +349,7 @@ class Actions
|
|||
|
||||
$sQuery = \trim(\trim($sQuery), ' /');
|
||||
|
||||
$aSubQuery = $this->Http()->GetQuery('q', null);
|
||||
$aSubQuery = $this->Http()->GetQuery('q');
|
||||
if (\is_array($aSubQuery))
|
||||
{
|
||||
$aSubQuery = \array_map(function ($sS) {
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ class ServiceActions
|
|||
$aResponseItem = null;
|
||||
$oException = null;
|
||||
|
||||
$sAction = $this->oHttp->GetPost('Action', null);
|
||||
$sAction = $this->oHttp->GetPost('Action');
|
||||
if (empty($sAction) && $this->oHttp->IsGet() && !empty($this->aPaths[2]))
|
||||
{
|
||||
$sAction = $this->aPaths[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue