3declare(strict_types=1);
5require_once dirname(__DIR__, 2) .
'/vendor/autoload.php';
6require_once dirname(__DIR__) .
'/dbxKernel.php';
14dbx()->set_remember_var(
'base_url',
'https://localhost/dbxapp/',
'dbx');
15$baseUrl =
$web->get_base_url(
'/dbxapp-github');
16if ($baseUrl !==
'https://localhost/dbxapp-github/') {
17 fwrite(STDERR,
"FAIL: Veralteter Installationspfad blieb im Basis-URL-Cache: $baseUrl\n");
21dbx()->set_remember_var(
'base_url',
'https://localhost/dbxapp-github/',
'dbx');
22$sameBaseUrl =
$web->get_base_url(
'/dbxapp-github');
23if ($sameBaseUrl !==
'https://localhost/dbxapp-github/') {
24 fwrite(STDERR,
"FAIL: Passender Basis-URL-Cache wurde nicht beibehalten: $sameBaseUrl\n");
28echo
"OK dbxWebApp base URL cache\n";
$_SERVER['REQUEST_METHOD']
DBX schema administration.