Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
auxlife authored Dec 31, 2016
1 parent 3b60d08 commit e0b6c57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v1/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
$filename = "dexcom.data";
if (!file_exists($filename))
touch($filename);
file_put_contents($filename, file_get_contents("php://input"), FILE_APPEND | LOCK_EX);
?>

0 comments on commit e0b6c57

Please sign in to comment.