X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=caf25a0ef3039c92e95f2ea419b87abbc7565589;hb=042a49887f093945b7ef913556e506c30ce2bbda;hp=95d4a59f9f414280d7162aaf4bbf28b6b7dc47be;hpb=25b3e809e50d1443d60157bb29923ec93e0bbe06;p=mirrors%2FSokoMan.git 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) {