wmcon.wikimedia.de-website/public_html/UpdatePathways2017.php

7 lines
162 B
PHP

<?php
// Take a POST HTTP request and save it as a file.
$vFile = "json/pathways2017.json";
file_put_contents($vFile, file_get_contents("php://input"));
?>