diff --git a/files/index.php b/files/index.php index 0f318af3eaa..8bca37bd103 100644 --- a/files/index.php +++ b/files/index.php @@ -17,7 +17,8 @@ $name = optional_param('name', '', PARAM_FILE); $oldname = optional_param('oldname', '', PARAM_FILE); $choose = optional_param('choose', '', PARAM_CLEAN); - + $userfile= optional_param('userfile','',PARAM_FILE); + $save = optional_param( 'save','' ); if ($choose) { if (count(explode('.', $choose)) != 2) {