mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
Update config.inc.php
This commit is contained in:
parent
ea2f42e689
commit
9ab4927ec2
1 changed files with 6 additions and 0 deletions
|
@ -137,6 +137,12 @@ if (!empty($dbname)) {
|
||||||
$cfg['UploadDir'] = '';
|
$cfg['UploadDir'] = '';
|
||||||
$cfg['SaveDir'] = '';
|
$cfg['SaveDir'] = '';
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Temp dir for faster beahivour
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
$cfg['TempDir'] = '/tmp';
|
||||||
|
|
||||||
/* Support additional configurations */
|
/* Support additional configurations */
|
||||||
foreach (glob('/etc/phpmyadmin/conf.d/*.php') as $filename)
|
foreach (glob('/etc/phpmyadmin/conf.d/*.php') as $filename)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue