commit | 658fae54acbd0cfa8b5b985a3e90709d1f0f57c9 | [log] [tgz] |
---|---|---|
author | avm99963 <jocdeladria@gmail.com> | Sun Oct 08 23:09:16 2017 +0200 |
committer | avm99963 <jocdeladria@gmail.com> | Sun Oct 08 23:09:16 2017 +0200 |
tree | f1b336c57f713a99de375ac5de6f7174520c3370 | |
parent | f0d15210806790b3f632f78a2193fbc160d9a45b [diff] [blame] |
First beta version ready
diff --git a/api.php b/api.php index 23cd699..3e5c43e 100644 --- a/api.php +++ b/api.php
@@ -1,4 +1,6 @@ <?php +require_once("config.php"); + class write { public static function do($json) { print_r(json_encode($json));