yeminy.org/api.php
2015-10-10 12:30:04 +02:00

9 lines
458 B
PHP

<?php
require_once 'lib/autoload.inc'; //SYSTEM Classes
require_once 'yeminy/autoload.inc'; //Project Classes
require_once '/home/web/web/config/get_config.php';
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__)));
echo \SYSTEM\API\api::run('\SYSTEM\API\verify','api_yeminy',array_merge($_POST,$_GET));
new \SYSTEM\LOG\COUNTER("API was called sucessfully.");