PMA_securePath

This commit is contained in:
Marc Delisle
2004-06-15 16:32:40 +00:00
parent 9e75a51fd0
commit ab543c6ac5

View File

@@ -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') {