From: Thomas Mudrunka Date: Tue, 13 Dec 2011 13:43:08 +0000 (+0100) Subject: HTTP Auth Realm nyni obsahuje retezec identifikujici autorizacni backend X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=042a49887f093945b7ef913556e506c30ce2bbda;p=mirrors%2FSokoMan.git HTTP Auth Realm nyni obsahuje retezec identifikujici autorizacni backend --- 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) {