Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.M <me@mynetx.net>2012-07-01 19:27:19 +0400
committerJ.M <me@mynetx.net>2012-07-01 19:27:19 +0400
commitf96c97984e49a14aae5322567c20e108ddb7a8bc (patch)
tree3519a60c0604dcf37c184e74d2b77c49b31f0bac /url.php
parent366b83e97a954ddf9789f48974adab820a6fa925 (diff)
parent96f6627a53b8862e217736ffd1d94c29f865f453 (diff)
Merge branch 'QA_3_5'
Diffstat (limited to 'url.php')
-rw-r--r--url.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/url.php b/url.php
index b1480a2e49..f3954ff1db 100644
--- a/url.php
+++ b/url.php
@@ -18,4 +18,5 @@ if (! PMA_isValid($_GET['url'])
} else {
header('Location: ' . $_GET['url']);
}
+die();
?>