Ver Fonte

Merge pull request #1395 from ioannidesalex/patch-13

Fix
Serghey Rodin há 8 anos atrás
pai
commit
c3872c26ee
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      install/ubuntu/16.04/pma/config.inc.php

+ 2 - 0
install/ubuntu/16.04/pma/config.inc.php

@@ -17,6 +17,7 @@
  * (also on the filesystem level).
  */
 
+if (!function_exists('check_file_access')) {
 function check_file_access($path)
 {
     if (is_readable($path)) {
@@ -29,6 +30,7 @@ function check_file_access($path)
         return false;
     }
 }
+}
 
 // Load secret generated on postinst
 if (check_file_access('/var/lib/phpmyadmin/blowfish_secret.inc.php')) {