Explorar el Código

Update config.inc.php

Luka Paunović hace 7 años
padre
commit
b16e9b1d4d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      install/ubuntu/13.04/pma/config.inc.php

+ 6 - 0
install/ubuntu/13.04/pma/config.inc.php

@@ -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)
 {