We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ad5b3 commit 21caf53Copy full SHA for 21caf53
lib.sh
@@ -169,6 +169,10 @@ NOTIFY_PUSH_SERVICE_PATH="/etc/systemd/system/notify_push.service"
169
ADMINNEODIR=/usr/share/adminneo
170
ADMINNEO_CONF="$SITES_AVAILABLE/adminneo.conf"
171
ADMINNEO_CONF_PLUGIN="$ADMINNEODIR/extra_plugins.php"
172
+# Legacy Adminer references kept for cleanup purposes
173
+LEGACY_ADMINER_CONF="$SITES_AVAILABLE/adminer.conf"
174
+LEGACY_ADMINER_CONF_ENABLED="/etc/apache2/sites-enabled/adminer.conf"
175
+LEGACY_ADMINERDIR=/usr/share/adminer
176
# Get latest AdminNeo version dynamically from GitHub releases
177
get_adminneo_version() {
178
local version
0 commit comments