aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads')
-rw-r--r--en/downloads/2/index.php1
-rw-r--r--en/downloads/3/index.php3
-rw-r--r--en/downloads/4/index.php1
-rw-r--r--en/downloads/5/index.php1
-rw-r--r--en/downloads/6/index.php1
-rw-r--r--en/downloads/dl.php2
6 files changed, 7 insertions, 2 deletions
diff --git a/en/downloads/2/index.php b/en/downloads/2/index.php
index 7f6cdbb6c..5f0af6863 100644
--- a/en/downloads/2/index.php
+++ b/en/downloads/2/index.php
@@ -1,2 +1,3 @@
<?php
header('Location: /2/');
+die;
diff --git a/en/downloads/3/index.php b/en/downloads/3/index.php
index 0ff17cb97..91b4bfb8e 100644
--- a/en/downloads/3/index.php
+++ b/en/downloads/3/index.php
@@ -1,2 +1,3 @@
<?php
-header('Location: /3/'); \ No newline at end of file
+header('Location: /3/');
+die;
diff --git a/en/downloads/4/index.php b/en/downloads/4/index.php
index f03766845..efd0cd3fc 100644
--- a/en/downloads/4/index.php
+++ b/en/downloads/4/index.php
@@ -1,2 +1,3 @@
<?php
header('Location: /4/');
+die;
diff --git a/en/downloads/5/index.php b/en/downloads/5/index.php
index 4ce13c7a4..bc9d3b62d 100644
--- a/en/downloads/5/index.php
+++ b/en/downloads/5/index.php
@@ -1,2 +1,3 @@
<?php
header('Location: /5/');
+die;
diff --git a/en/downloads/6/index.php b/en/downloads/6/index.php
index d578b219c..2943e6d53 100644
--- a/en/downloads/6/index.php
+++ b/en/downloads/6/index.php
@@ -1,2 +1,3 @@
<?php
header('Location: /6/');
+die;
diff --git a/en/downloads/dl.php b/en/downloads/dl.php
index 5f058fd9d..18d47208b 100644
--- a/en/downloads/dl.php
+++ b/en/downloads/dl.php
@@ -1,4 +1,4 @@
<?php
header('HTTP/1.1 301 Moved Permanently');
header('Location: /downloads/');
-?> \ No newline at end of file
+die;