mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Resolved merge conflict with tmp dir.
This commit is contained in:
parent
72fe886a84
commit
1a02521f76
1 changed files with 7 additions and 0 deletions
|
@ -74,6 +74,13 @@ $cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
|
||||||
$cfg['UploadDir'] = '/var/lib/phpMyAdmin/upload';
|
$cfg['UploadDir'] = '/var/lib/phpMyAdmin/upload';
|
||||||
$cfg['SaveDir'] = '/var/lib/phpMyAdmin/save';
|
$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
|
* 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'.
|
* action segment. Value can be either of 'icons', 'text' or 'both'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue