From 042a49887f093945b7ef913556e506c30ce2bbda Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Tue, 13 Dec 2011 14:43:08 +0100 Subject: [PATCH] HTTP Auth Realm nyni obsahuje retezec identifikujici autorizacni backend --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 95d4a59..caf25a0 100755 --- a/index.php +++ b/index.php @@ -842,7 +842,7 @@ class Sklad_UI { } function check_auth() { - new HTTP_Auth('SkladovejSystem', true, array($this->db->auth,'check_auth')); + new HTTP_Auth('WareHouse ['.BACKEND_AUTH.']', true, array($this->db->auth,'check_auth')); } function post_redirect_get($location, $message='', $error=false, $translate=true) { -- 2.30.2