fix last commit
[GitHub/Stricted/Domain-Control-Panel.git] / index.php
CommitLineData
2aa91ff2
S
1<?php
2namespace dns;
3use dns\system\DNS;
4
5session_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 */
12define("DNS_DIR", dirname(__FILE__));
2aa91ff2
S
13require_once("lib/system/DNS.class.php");
14new DNS();