Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-02-12 15:47:04 +0300
committerMichal Čihař <michal@cihar.com>2016-02-12 15:47:04 +0300
commit0c34cb60a03b4c429cdb29664202076da840dd53 (patch)
treefede37ff67fabe3ce0ae1d6180fe87df4bb9b2be /license.php
parent1894e33753c7ad61b202d298e56a6f27e07c8ca8 (diff)
parent53b1f9adcc5882838161d3aa6289d93385053fbe (diff)
Merge branch 'QA_4_5' into QA_4_6
Diffstat (limited to 'license.php')
-rw-r--r--license.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/license.php b/license.php
index 2c463a6efb..05f6f05627 100644
--- a/license.php
+++ b/license.php
@@ -25,7 +25,7 @@ header('Content-type: text/plain; charset=utf-8');
$filename = LICENSE_FILE;
// Check if the file is available, some distributions remove these.
-if (is_readable($filename)) {
+if (@is_readable($filename)) {
readfile($filename);
} else {
printf(