Zmiana aplikacji na wersje lang
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$_SERVER['REQUEST_METHOD'] = 'GET';
|
||||
$_GET['lang'] = $argv[1] ?? 'pl';
|
||||
include __DIR__ . '/../api/menu.php';
|
||||
Reference in New Issue
Block a user