mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Move constants to namespace
This commit is contained in:
@@ -109,7 +109,7 @@ var thousandsSeparator = '<?php echo js_escape(lang(',')); ?>';
|
||||
$databases = null;
|
||||
}
|
||||
stop_session();
|
||||
define("PAGE_HEADER", 1);
|
||||
define('Adminer\PAGE_HEADER', 1);
|
||||
}
|
||||
|
||||
/** Send HTTP headers
|
||||
|
Reference in New Issue
Block a user