Skip to content

Commit 14685e1

Browse files
committed
🚑 Set a valid temporary dictory
1 parent 317b268 commit 14685e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpmyadmin/rootfs/etc/phpmyadmin/config.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
$cfg['AllowThirdPartyFraming'] = true;
66
$cfg['CheckConfigurationPermissions'] = false;
77
$cfg['SaveDir'] = '';
8+
$cfg['TempDir'] = sys_get_temp_dir();
89
$cfg['UploadDir'] = '';
910
$cfg['VersionCheck'] = false;
1011
$cfg['ZeroConf'] = false;

0 commit comments

Comments
 (0)