aboutsummaryrefslogtreecommitdiffstats
path: root/en/alpha
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-13 01:25:30 +0200
committerfilip <filip.komar@gmail.com>2016-06-13 01:25:30 +0200
commit2ee497f233166212ea31439c64272b22fc0d2f4e (patch)
treedf16fef4b450fa8d34f853143653fb37de7f9369 /en/alpha
parent89de05fad0c205ad0d5d8475cbb9fd94a9bb5f83 (diff)
downloadwww-2ee497f233166212ea31439c64272b22fc0d2f4e.tar
www-2ee497f233166212ea31439c64272b22fc0d2f4e.tar.gz
www-2ee497f233166212ea31439c64272b22fc0d2f4e.tar.bz2
www-2ee497f233166212ea31439c64272b22fc0d2f4e.tar.xz
www-2ee497f233166212ea31439c64272b22fc0d2f4e.zip
ligher server load with redirection
adding some 'die' instructions after header('Location: ...
Diffstat (limited to 'en/alpha')
-rw-r--r--en/alpha/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/alpha/index.php b/en/alpha/index.php
index 6ebcc223f..3470943c0 100644
--- a/en/alpha/index.php
+++ b/en/alpha/index.php
@@ -1 +1,2 @@
-<?php header('Location: /downloads/'); \ No newline at end of file
+<?php header('Location: /downloads/');
+die;