Poprawka botto bar i wersje językowe

This commit is contained in:
2026-09-25 17:39:44 +02:00
parent 3056eb6c3d
commit a381ad09d8
21 changed files with 770 additions and 428 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
/**
* Token dostępu do panelu kelnera (waiter_feed).
* Wstrzykiwany do public/waiter/index.php — nie trzymaj go w statycznym app.js.
*/
return [
'feed_token' => 'biesiada_waiter_feed_2026',
];