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