1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Button must push factice datas

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 14:21:21 +02:00
parent ae67b9f662
commit 7cc4ad5aaa
3 changed files with 9 additions and 15 deletions
-1
View File
@@ -38,7 +38,6 @@ class SmsController extends Controller {
* @NoAdminRequired
*/
public function push($json_datas) {
var_dump($json_datas);
return array("test" => "test2");
}