asd
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
echo dirname(__DIR__);
|
||||||
$configPath = dirname(__DIR__) . '/../inc/config.php';
|
$configPath = dirname(__DIR__) . '/../inc/config.php';
|
||||||
if (is_file($configPath)) {
|
if (is_file($configPath)) {
|
||||||
require_once $configPath;
|
require_once $configPath;
|
||||||
|
|||||||
Reference in New Issue
Block a user