mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Add modules to repository
This commit is contained in:
7
EvilPortal/includes/api/index.php
Normal file
7
EvilPortal/includes/api/index.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php namespace evilportal;
|
||||
|
||||
header('Content-Type: application/json');
|
||||
|
||||
require_once("API.php");
|
||||
$api = new API();
|
||||
echo $api->go();
|
||||
Reference in New Issue
Block a user