mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
8 lines
132 B
PHP
8 lines
132 B
PHP
<?php namespace evilportal;
|
|
|
|
header('Content-Type: application/json');
|
|
|
|
require_once("API.php");
|
|
$api = new API();
|
|
echo $api->go();
|