Initial import of borg-restore
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$en = include __DIR__ . '/en.php';
|
||||
$pl = [];
|
||||
foreach ($en as $key => $_value) {
|
||||
$pl[$key] = $key;
|
||||
}
|
||||
return $pl;
|
||||
Reference in New Issue
Block a user