From ab543c6ac5bf70b2c8fff868e815829f1ff24219 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 15 Jun 2004 16:32:40 +0000 Subject: [PATCH] PMA_securePath --- export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export.php b/export.php index e7e826138..3a0f6cb41 100644 --- a/export.php +++ b/export.php @@ -19,7 +19,7 @@ if ($what == 'excel') { } // Get the functions specific to the export type -require('./libraries/export/' . preg_replace('@\.\.*@','.',$type) . '.php'); +require('./libraries/export/' . PMA_securePath($type) . '.php'); // Generate error url if ($export_type == 'server') {