We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcf0ae9 + 27d01ba commit c3872c2Copy full SHA for c3872c2
install/ubuntu/16.04/pma/config.inc.php
@@ -17,6 +17,7 @@
17
* (also on the filesystem level).
18
*/
19
20
+if (!function_exists('check_file_access')) {
21
function check_file_access($path)
22
{
23
if (is_readable($path)) {
@@ -29,6 +30,7 @@ function check_file_access($path)
29
30
return false;
31
}
32
33
+}
34
35
// Load secret generated on postinst
36
if (check_file_access('/var/lib/phpmyadmin/blowfish_secret.inc.php')) {
0 commit comments