phpmyadmin/test/phpstan-constants.php
Maurício Meneghini Fauth b17700dd09 Remove PMA_IS_WINDOWS constant
Gets the value from the Config class instead.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 20:37:55 -03:00

14 lines
347 B
PHP

<?php
declare(strict_types=1);
define('ROOT_PATH', dirname(__DIR__) . DIRECTORY_SEPARATOR);
define('PMA_VERSION', '5.1.0-dev');
define('PMA_MAJOR_VERSION', '5.1');
define('PROXY_URL', '');
define('PROXY_USER', '');
define('PROXY_PASS', '');
define('PMA_USR_BROWSER_AGENT', 'Other');
define('PMA_USR_BROWSER_VER', 1);
define('PMA_USR_OS', 'os');