Alexandros Ioannides 8 년 전
부모
커밋
27d01ba171
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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).
  * (also on the filesystem level).
  */
  */
 
 
+if (!function_exists('check_file_access')) {
 function check_file_access($path)
 function check_file_access($path)
 {
 {
     if (is_readable($path)) {
     if (is_readable($path)) {
@@ -29,6 +30,7 @@ function check_file_access($path)
         return false;
         return false;
     }
     }
 }
 }
+}
 
 
 // Load secret generated on postinst
 // Load secret generated on postinst
 if (check_file_access('/var/lib/phpmyadmin/blowfish_secret.inc.php')) {
 if (check_file_access('/var/lib/phpmyadmin/blowfish_secret.inc.php')) {