Uses the PhpMyAdmin\Version::VERSION constant instead. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
10 lines
231 B
PHP
10 lines
231 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
define('ROOT_PATH', dirname(__DIR__) . DIRECTORY_SEPARATOR);
|
|
define('PMA_USR_BROWSER_AGENT', 'Other');
|
|
define('PMA_USR_BROWSER_VER', 1);
|
|
define('PMA_USR_OS', 'os');
|
|
define('PMA_IS_WINDOWS', false);
|