1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 11:04:02 +02:00

AdminerConfig: Move link (fix #995)

This commit is contained in:
Jakub Vrana
2025-04-07 20:54:51 +02:00
parent be6cf07d26
commit e6cc8bf91e
5 changed files with 12 additions and 14 deletions

View File

@@ -60,6 +60,10 @@ class Adminer {
return get_databases($flush);
}
/** Print links after list of plugins */
function pluginsLinks(): void {
}
/** Operators used in select
* @return list<string> operators
*/

View File

@@ -108,6 +108,7 @@ if (
;
}
echo "</ul>\n";
adminer()->pluginsLinks();
echo "</div>\n";
}
}