site-proximo/admin/write_json.php

8 lines
167 B
PHP
Raw Normal View History

<?php
2020-02-20 12:20:42 +01:00
$relativePath = "../";
require_once $relativePath.'classes/postHandler.php';
2020-02-20 12:20:42 +01:00
$handler = new PostHandler(null, null);
2020-02-20 12:20:42 +01:00
echo json_encode($handler->write_json());