identical folder

This commit is contained in:
2025-11-26 00:20:55 +01:00
parent c09d6b8fce
commit 97c33ecffe

View File

@@ -1,5 +1,5 @@
<?php <?php
require __DIR__ . '/../config/fileload.php'; require_once dirname(__DIR__) . '/config/fileload.php';
echo "<pre>"; echo "<pre>";
echo "Lang: " . htmlspecialchars($GLOBALS['lang']) . "\n"; echo "Lang: " . htmlspecialchars($GLOBALS['lang']) . "\n";