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:
authorDan Ungureanu <udan1107@gmail.com>2015-07-25 14:26:22 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-25 19:39:34 +0300
commite1a8402654ea7ee50105aa1dc4e460698500d65b (patch)
tree409d44b1b4878160fd8bb2cc99d0ce9a36904b40 /lint.php
parent796fb97cbef0330f2e969f24b1cdf0123e1c419c (diff)
Avoid redefinition.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'lint.php')
-rw-r--r--lint.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lint.php b/lint.php
index f94f6316eb..4a65f56edf 100644
--- a/lint.php
+++ b/lint.php
@@ -6,7 +6,9 @@
* @package PhpMyAdmin
*/
-define('PHPMYADMIN', true);
+if (!defined('PHPMYADMIN')) {
+ define('PHPMYADMIN', true);
+}
/**
* The SQL query to be analyzed.