summaryrefslogtreecommitdiff
path: root/downloadbackup.php
diff options
context:
space:
mode:
Diffstat (limited to 'downloadbackup.php')
-rw-r--r--downloadbackup.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/downloadbackup.php b/downloadbackup.php
index c6b404a69d..c973bc920e 100644
--- a/downloadbackup.php
+++ b/downloadbackup.php
@@ -2,7 +2,7 @@
// Allow an admin user to download the backup file.
//
// 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 2005 John Finlay and Others
@@ -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', 'downloadbackup.php');
require './includes/session.php';
@@ -43,4 +43,4 @@ header('Content-Type: application/zip');
header('Content-Disposition: attachment; filename="'.$fname.'"');
header('Content-length: '.filesize(WT_DATA_DIR.$fname));
header('Content-Transfer-Encoding: binary');
-readfile(WT_DATA_DIR.$fname); \ No newline at end of file
+readfile(WT_DATA_DIR.$fname);