Welcome to mirror list, hosted at ThFree Co, Russian Federation.

phpstan-constants.php « test - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08d12603774a8a3a21f91e58457936a407f7a9bd (plain)
1
2
3
4
5
6
7
<?php

declare(strict_types=1);

define('ROOT_PATH', dirname(__DIR__) . DIRECTORY_SEPARATOR);
define('CACHE_DIR', ROOT_PATH . 'libraries' . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR);
define('VERSION_SUFFIX', '');