HTTP Auth Realm nyni obsahuje retezec identifikujici autorizacni backend
[mirrors/SokoMan.git] / index.php
index 95d4a59f9f414280d7162aaf4bbf28b6b7dc47be..caf25a0ef3039c92e95f2ea419b87abbc7565589 100755 (executable)
--- 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) {
This page took 0.120228 seconds and 4 git commands to generate.