We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a43f5 commit 46ab608Copy full SHA for 46ab608
dev/tests/functional/utils/export.php
@@ -7,7 +7,7 @@
7
8
if (!empty($_POST['token']) && !empty($_POST['template'])) {
9
if (authenticate(urldecode($_POST['token']))) {
10
- $varDir = '../../../../var/export';
+ $varDir = '../../../../var/export/';
11
$template = urldecode($_POST['template']);
12
$fileList = scandir($varDir, SCANDIR_SORT_NONE);
13
$files = [];
0 commit comments