mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Move constants to namespace
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Adminer;
|
||||
add_driver('firebird', 'Firebird (alpha)');
|
||||
|
||||
if (isset($_GET["firebird"])) {
|
||||
define("DRIVER", "firebird");
|
||||
define('Adminer\DRIVER', "firebird");
|
||||
|
||||
if (extension_loaded("interbase")) {
|
||||
class Db {
|
||||
|
Reference in New Issue
Block a user