mailautoconf/public/respond.php

5 lines
86 B
PHP

<?php
//return the json response :
$e = new Responder();
$e->show_response();
exit();