Initial import of docroot-changer

This commit is contained in:
Marek Miklewicz
2026-07-04 12:02:31 +02:00
commit 4c883fd543
16 changed files with 3054 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$en = include __DIR__ . '/en.php';
$pl = [];
foreach ($en as $key => $_value) {
$pl[$key] = $key;
}
return $pl;