diff options
author | filip <filip.komar@gmail.com> | 2016-06-13 01:25:30 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-13 01:25:30 +0200 |
commit | 2ee497f233166212ea31439c64272b22fc0d2f4e (patch) | |
tree | df16fef4b450fa8d34f853143653fb37de7f9369 /en/downloads/dl.php | |
parent | 89de05fad0c205ad0d5d8475cbb9fd94a9bb5f83 (diff) | |
download | www-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/downloads/dl.php')
-rw-r--r-- | en/downloads/dl.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |