summaryrefslogtreecommitdiff
path: root/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'module.php')
-rw-r--r--module.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/module.php b/module.php
index 3d80f77e32..98149a418a 100644
--- a/module.php
+++ b/module.php
@@ -2,7 +2,7 @@
// Module system for adding features to phpGedView.
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
@@ -19,7 +19,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', 'module.php');
require './includes/session.php';
@@ -33,4 +33,4 @@ if ($mod && array_key_exists($mod, $all_modules)) {
$module->modAction($mod_action);
} else {
header('Location: ' . WT_SERVER_NAME . WT_SCRIPT_PATH);
-} \ No newline at end of file
+}