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

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.inc.php')
-rw-r--r--src/lib.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.inc.php b/src/lib.inc.php
index b8c81cbb..8ab273a5 100644
--- a/src/lib.inc.php
+++ b/src/lib.inc.php
@@ -8,6 +8,7 @@ use PHPPgAdmin\ContainerUtils;
use Slim\App;
use Slim\Http\Request;
use Slim\Http\Response;
+\defined('BASE_PATH') || \define('BASE_PATH', \dirname(__DIR__));
/**
* PHPPgAdmin 6.1.3.