2006-04-26 12:28:53 +00:00
|
|
|
<?php
|
2015-09-24 22:01:04 +00:00
|
|
|
|
2006-04-26 12:28:53 +00:00
|
|
|
/*
|
2015-09-24 22:01:04 +00:00
|
|
|
----------------------------------------------------------------------
|
|
|
|
LICENSE
|
2006-04-26 12:28:53 +00:00
|
|
|
|
2015-09-24 22:01:04 +00:00
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU General Public License (GPL)
|
|
|
|
as published by the Free Software Foundation; either version 2
|
|
|
|
of the License, or (at your option) any later version.
|
2006-04-26 12:28:53 +00:00
|
|
|
|
2015-09-24 22:01:04 +00:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
2006-04-26 12:28:53 +00:00
|
|
|
|
2015-09-24 22:01:04 +00:00
|
|
|
To read the license please visit http://www.gnu.org/copyleft/gpl.html
|
|
|
|
----------------------------------------------------------------------
|
2017-10-06 21:42:39 +00:00
|
|
|
*/
|
2006-04-26 12:28:53 +00:00
|
|
|
|
2017-10-08 17:31:34 +00:00
|
|
|
|
2006-04-26 12:28:53 +00:00
|
|
|
define('NOCHECK', 1);
|
|
|
|
require_once("config.php");
|
|
|
|
|