From cc4cd26a1e6accb1960b35aed9efcff2d1c19352 Mon Sep 17 00:00:00 2001 From: stepan Date: Wed, 18 Mar 2026 16:47:41 +0100 Subject: [PATCH] =?UTF-8?q?konfigurace=20-=20nastaveno=20define('VYZADOVAT?= =?UTF-8?q?=5FPRIHLASENI',=20false);=20-=20defaultn=C4=9B=20nen=C3=AD=20st?= =?UTF-8?q?riktn=C4=9B=20vy=C5=BEadov=C3=A1no=20p=C5=99ihl=C3=A1=C5=A1en?= =?UTF-8?q?=C3=AD=20-=20co=20se=20zobraz=C3=AD=20a=20co=20ne,=20rozhodne?= =?UTF-8?q?=20chr=C3=A1n=C4=9Bn=C3=A1=20str=C3=A1nka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/config.php b/auth/config.php index 015033d..704573e 100644 --- a/auth/config.php +++ b/auth/config.php @@ -74,7 +74,7 @@ define('REGISTRACE_OTEVRENA', true); // false = nepřihlášený uživatel obsah VIDÍ (auth.php jen nastaví // proměnné $auth_prihlasen a $auth_uzivatel), // stránka sama rozhodne, co mu ukáže -define('VYZADOVAT_PRIHLASENI', true); +define('VYZADOVAT_PRIHLASENI', false); // ------------------------------------------------------------