add module system
[GitHub/Stricted/Domain-Control-Panel.git] / api / index.php
1 <?php
2 namespace dns;
3 use dns\system\DNS;
4
5 session_start();
6
7 /**
8 * @author Jan Altensen (Stricted)
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @copyright 2014-2015 Jan Altensen (Stricted)
11 */
12 define("DNS_DIR", dirname(dirname(__FILE__)));
13 require_once("../lib/system/DNS.class.php");
14 new DNS('api');