mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Move constants to namespace
This commit is contained in:
@@ -28,7 +28,7 @@ class AdminerDumpXml {
|
||||
if ($_POST["format"] == "xml") {
|
||||
if (!$this->database) {
|
||||
$this->database = true;
|
||||
echo "<database name='" . Adminer\h(DB) . "'>\n";
|
||||
echo "<database name='" . Adminer\h(Adminer\DB) . "'>\n";
|
||||
register_shutdown_function(array($this, '_database'));
|
||||
}
|
||||
$connection = Adminer\connection();
|
||||
|
Reference in New Issue
Block a user