User Order all Margins / Checkout

This commit is contained in:
Kevin Adametz 2021-01-22 15:54:51 +01:00
parent a96d7d5c77
commit 224bf9e951
92 changed files with 3551 additions and 561 deletions

View file

@ -43,10 +43,10 @@ class Slim {
if (empty($value)) {return null;}
// If magic quotes enabled
if (get_magic_quotes_gpc()) {
/* if (get_magic_quotes_gpc()) {
$value = stripslashes($value);
}
*/
// The data is posted as a JSON String so to be used it needs to be deserialized first
$data = json_decode($value);