diff options
Diffstat (limited to 'admin_trees_check.php')
| -rw-r--r-- | admin_trees_check.php | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/admin_trees_check.php b/admin_trees_check.php index a7b7d8933a..627f100d27 100644 --- a/admin_trees_check.php +++ b/admin_trees_check.php @@ -1,14 +1,8 @@ <?php // Check a family tree for structural errors. // -// Note that the tests and error messages are not yet finalised. Wait until the code has stabilised before -// adding I18N. -// // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. -// -// Derived from PhpGedView -// Copyright (C) 2006-2009 Greg Roach, all rights reserved +// Copyright (C) 2014 Greg Roach // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -22,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA define('WT_SCRIPT_NAME', 'admin_trees_check.php'); require './includes/session.php'; |
