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:
authorMichal Čihař <mcihar@suse.cz>2012-05-09 13:54:39 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-09 13:58:10 +0400
commit54dc10a0127e02b744b1d823ce7f2e15244223a3 (patch)
treeaa97ee665ac8f9851626912be254087e728bfcac /file_echo.php
parent5961c53cb272bf3c56c326e416ab67d70f8c5218 (diff)
Use PMA_fatalError instead of die
Diffstat (limited to 'file_echo.php')
-rw-r--r--file_echo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_echo.php b/file_echo.php
index 47e8dbe312..c776270791 100644
--- a/file_echo.php
+++ b/file_echo.php
@@ -18,7 +18,7 @@ if (isset($_REQUEST['filename']) && isset($_REQUEST['image'])) {
/* Check whether MIME type is allowed */
if (! isset($allowed[$_REQUEST['type']])) {
- die(__('Invalid export type'));
+ PMA_fatalError(__('Invalid export type'));
}
/*