mirror of
https://github.com/vrana/adminer.git
synced 2026-01-23 07:53:14 +01:00
Save bytes
This commit is contained in:
@@ -919,7 +919,7 @@ class Adminer {
|
||||
* @return string filename without extension
|
||||
*/
|
||||
function dumpFilename(string $identifier): string {
|
||||
return friendly_url($identifier != "" ? $identifier : (SERVER != "" ? SERVER : "localhost"));
|
||||
return friendly_url($identifier != "" ? $identifier : (SERVER ?: "localhost"));
|
||||
}
|
||||
|
||||
/** Send headers for export
|
||||
|
||||
Reference in New Issue
Block a user