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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-08-30 00:02:10 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-01 22:30:22 +0300
commit7f8f34e89df2c028979761cb4cca03b0e609d01b (patch)
treecb60da4583ae4fa64dae9ea659f6c37610b952de /lint.php
parent58b10807c897b026198ef2647fce9b9100d62b8d (diff)
Remove classes require_once.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'lint.php')
-rw-r--r--lint.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lint.php b/lint.php
index 937f6600b4..27e97dba60 100644
--- a/lint.php
+++ b/lint.php
@@ -14,11 +14,6 @@ use PMA\libraries\Linter;
require_once 'libraries/common.inc.php';
/**
- * Loads the linter.
- */
-require_once 'libraries/Linter.php';
-
-/**
* The SQL query to be analyzed.
*
* This does not need to be checked again XSS or MySQL injections because it is