mailautoconf/public/respond.php

6 lines
86 B
PHP
Raw Normal View History

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