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 317b268 commit 14685e1Copy full SHA for 14685e1
phpmyadmin/rootfs/etc/phpmyadmin/config.inc.php
@@ -5,6 +5,7 @@
5
$cfg['AllowThirdPartyFraming'] = true;
6
$cfg['CheckConfigurationPermissions'] = false;
7
$cfg['SaveDir'] = '';
8
+$cfg['TempDir'] = sys_get_temp_dir();
9
$cfg['UploadDir'] = '';
10
$cfg['VersionCheck'] = false;
11
$cfg['ZeroConf'] = false;
0 commit comments