File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 27
27
$ i ++;
28
28
/* Authentication type */
29
29
$ cfg ['Servers ' ][$ i ]['auth_type ' ] = 'cookie ' ;
30
+
31
+ /**
32
+ * Parameters set by i-MSCP
33
+ */
34
+ $ cfg ['Servers ' ][$ i ]['user ' ] = $ _POST ['pma_username ' ];
35
+ $ cfg ['Servers ' ][$ i ]['password ' ] = $ _POST ['pma_password ' ];
36
+
37
+
30
38
/* Server parameters */
31
39
$ cfg ['Servers ' ][$ i ]['host ' ] = '{HOSTNAME} ' ;
32
40
$ cfg ['Servers ' ][$ i ]['port ' ] = '{PORT} ' ;
93
101
$ cfg ['UploadDir ' ] = '{UPLOADS_DIR} ' ;
94
102
//$cfg['SaveDir'] = '';
95
103
104
+ /**
105
+ * The name of the directory where temporary files can be stored.
106
+ */
107
+ $ cfg ['TempDir ' ] = '{TMP_DIR} ' ;
108
+
96
109
/**
97
110
* Whether or not to query the user before sending the error report to
98
111
* the phpMyAdmin team when a JavaScript error occurs
118
131
$ cfg ['AllowAnywhereRecoding ' ] = true ;
119
132
$ cfg ['IconvExtraParams ' ] = '//TRANSLIT ' ;
120
133
$ cfg ['GD2Available ' ] = 'yes ' ;
134
+ $ cfg ['ShowServerInfo ' ] = false ;
135
+ $ cfg ['ShowStats ' ] = false ;
121
136
122
137
/**
123
138
* You can find more configuration options in the documentation
You can’t perform that action at this time.
0 commit comments