Zmiana aplikacji na wersje lang

This commit is contained in:
2026-09-25 16:59:37 +02:00
parent 9d25de0d89
commit 3056eb6c3d
24 changed files with 1308 additions and 1105 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
$_SERVER['REQUEST_METHOD'] = 'GET';
$_GET['lang'] = $argv[1] ?? 'pl';
include __DIR__ . '/../api/menu.php';