This commit is contained in:
2025-12-08 21:53:33 +01:00
parent fa9ff55d5f
commit bb884b7983

View File

@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
echo dirname(__DIR__);
$configPath = dirname(__DIR__) . '/../inc/config.php';
if (is_file($configPath)) {
require_once $configPath;