mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 03:35:59 +02:00
Update config.inc.php
This commit is contained in:
committed by
Serghey Rodin
parent
6d09433447
commit
b16e9b1d4d
@@ -137,6 +137,12 @@ 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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user