test_setup.php
changeset 47 ae140472d97c
parent 3 64525a2eb098
child 71 e1b918eaf69a
equal deleted inserted replaced
46:97ff9a7a9e75 47:ae140472d97c
     1 <?php
     1 <?php
     2 
     2 
     3 // +--------------------------------------------------------------------+
     3 /*  PowerAdmin, a friendly web-based admin tool for PowerDNS.
     4 // | PowerAdmin								|
     4  *  See <https://rejo.zenger.nl/poweradmin> for more details.
     5 // +--------------------------------------------------------------------+
     5  *
     6 // | Copyright (c) 1997-2002 The PowerAdmin Team			|
     6  *  Copyright 2007, 2008  Rejo Zenger <rejo@zenger.nl>
     7 // +--------------------------------------------------------------------+
     7  *
     8 // | This source file is subject to the license carried by the overal	|
     8  *  This program is free software: you can redistribute it and/or modify
     9 // | program PowerAdmin as found on http://poweradmin.sf.net		|
     9  *  it under the terms of the GNU General Public License as published by
    10 // | The PowerAdmin program falls under the QPL License:		|
    10  *  the Free Software Foundation, either version 3 of the License, or
    11 // | http://www.trolltech.com/developer/licensing/qpl.html		|
    11  *  (at your option) any later version.
    12 // +--------------------------------------------------------------------+
    12  *
    13 // | Authors: Roeland Nieuwenhuis <trancer <AT> trancer <DOT> nl>	|
    13  *  This program is distributed in the hope that it will be useful,
    14 // |          Sjeemz <sjeemz <AT> sjeemz <DOT> nl>			|
    14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
    15 // +--------------------------------------------------------------------+
    15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16 
    16  *  GNU General Public License for more details.
    17 // Filename: test_setup.php
    17  *
    18 // Description: tests your PowerAdmin install.
    18  *  You should have received a copy of the GNU General Public License
    19 // Adding tables? Increase the total count to (2^numberoftables)-1
    19  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    20 // Substract its binary value and put it in the last failure close.
    20  */
    21 // Yes this is binary, why? Because thats cool! Squeeky geeky stuff!
       
    22 //
       
    23 // $Id: test_setup.php,v 1.4 2003/01/08 00:40:08 azurazu Exp $
       
    24 //
       
    25 
    21 
    26 include_once("inc/header.inc.php");
    22 include_once("inc/header.inc.php");
    27 require_once("inc/config.inc.php");
    23 require_once("inc/config.inc.php");
    28 require_once("inc/database.inc.php");
    24 require_once("inc/database.inc.php");
    29 
    25