Save bytes

This commit is contained in:
Jakub Vrana
2025-09-08 08:30:13 +02:00
parent f921dafa61
commit 516530485d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
class AdminerDumpDate extends Adminer\Plugin {
function dumpFilename($identifier) {
return Adminer\friendly_url(($identifier != "" ? $identifier : (Adminer\SERVER != "" ? Adminer\SERVER : "localhost")) . "-" . Adminer\get_val("SELECT NOW()"));
return Adminer\friendly_url(($identifier != "" ? $identifier : (Adminer\SERVER ?: "localhost")) . "-" . Adminer\get_val("SELECT NOW()"));
}
protected $translations = array(