asd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user