Update config.inc.php

This commit is contained in:
Luka Paunović
2019-03-21 18:17:37 +01:00
committed by Serghey Rodin
parent fe6f93faba
commit 7f8313b48f

View File

@@ -137,6 +137,13 @@ if (!empty($dbname)) {
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
/*
* Temp dir for faster beahivour
*
*/
$cfg['TempDir'] = '/tmp';
/* Support additional configurations */
foreach (glob('/etc/phpmyadmin/conf.d/*.php') as $filename)
{