9 lines
405 B
PHP
9 lines
405 B
PHP
<?php
|
|
require_once 'lib/autoload.inc';
|
|
require_once 'neopolimatrix/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_neopolimatrix',array_merge($_POST,$_GET));
|
|
new \SYSTEM\LOG\COUNTER("API was called sucessfully."); |