Merge branch 'lukapaunovic-patch-2'

This commit is contained in:
Serghey Rodin 2019-08-08 14:15:18 +03:00
commit 9ba24729a6

View file

@ -74,6 +74,13 @@ $cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
$cfg['UploadDir'] = '/var/lib/phpMyAdmin/upload';
$cfg['SaveDir'] = '/var/lib/phpMyAdmin/save';
/*
* Temp dir for faster beahivour
*
*/
$cfg['TempDir'] = '/tmp';
/**
* Whether to display icons or text or both icons and text in table row
* action segment. Value can be either of 'icons', 'text' or 'both'.