diff --git a/bulitipp/deadline.php b/bulitipp/deadline.php new file mode 100755 index 0000000..d25bc35 --- /dev/null +++ b/bulitipp/deadline.php @@ -0,0 +1,19 @@ + strtotime($deadline), + "now" => time(), + "deadlinePassed" => strtotime($deadline) < time() +]; + +echo json_encode($data, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES); \ No newline at end of file diff --git a/bulitipp/maxtippspieltag.php b/bulitipp/maxtippspieltag.php new file mode 100755 index 0000000..50193df --- /dev/null +++ b/bulitipp/maxtippspieltag.php @@ -0,0 +1,6 @@ +