site-proximo/admin/form_ajax.php

8 lines
171 B
PHP
Raw Normal View History

2020-02-10 23:36:17 +01:00
<?php
$relativePath = "../";
require_once $relativePath.'classes/postHandler.php';
2020-02-10 23:36:17 +01:00
$handler = new PostHandler($_POST, $_FILES);
2020-02-10 23:36:17 +01:00
echo json_encode($handler->do_action());