$ruleSyntax[$ruleLine++]
- $ruleSyntax[$ruleLine]
- $tn_pageNow
@@ -2342,7 +2336,7 @@
$result
$fields_meta
- $db
$table
$db
@@ -2354,8 +2348,6 @@
$printview
$printview
$result
- $url_query
- $showtable
$sql_data ?? null
$disp_message ?? null
$url_query
diff --git a/scripts/console b/scripts/console
index 8e98f3e7b8..65c8082ec7 100755
--- a/scripts/console
+++ b/scripts/console
@@ -1,7 +1,6 @@
#!/usr/bin/env php
setExtensions([
$application = new Application('phpMyAdmin Console Tool');
-$application->add(new AdvisoryRulesCommand());
$application->add(new CacheWarmupCommand());
$application->add(new LintCommand($twig));
diff --git a/scripts/update-po b/scripts/update-po
index 56897bbfab..4075f96d90 100755
--- a/scripts/update-po
+++ b/scripts/update-po
@@ -43,9 +43,6 @@ php scripts/fix-po-twig
# Remote twig templates
rm -rf twig-templates/
-# Generate PHP code for advisor rules
-php scripts/console po:advisory-rules >> po/phpmyadmin.pot
-
ver=`sed -n "/PMA_VERSION', '/ s/.*PMA_VERSION', '\(.*\)'.*/\1/p" libraries/classes/Config.php`
sed -i.~ '
diff --git a/templates/server/status/advisor/index.twig b/templates/server/status/advisor/index.twig
index 169b27dbc4..ae45c1267a 100644
--- a/templates/server/status/advisor/index.twig
+++ b/templates/server/status/advisor/index.twig
@@ -50,33 +50,22 @@
- {% if data.parse.errors|length > 0 %}
-