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:
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 7348af874f..62f3a15d48 100644
--- a/license.php
+++ b/license.php
@@ -22,7 +22,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(