Implemented new saveAddresses method in Dart
Fixes the bug, that long list can't be sent via get methods.
This commit is contained in:
parent
9f605bb12f
commit
56e607c04a
2 changed files with 50 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
# COPYRIGHT (c) 2016 Marcel Kapfer (mmk2410)
|
||||
# COPYRIGHT (c) 2016-2017 Marcel Kapfer (mmk2410)
|
||||
# MIT License
|
||||
|
||||
$content = $_GET["data"];
|
||||
$content = json_decode($_POST["data"], true);
|
||||
|
||||
$filename = "../../lists/" . $content["list"];
|
||||
|
||||
|
|
Reference in a new issue