HTTP Auth Realm nyni obsahuje retezec identifikujici autorizacni backend
authorThomas Mudrunka <tomas@mudrunka.cz>
Tue, 13 Dec 2011 13:43:08 +0000 (14:43 +0100)
committerThomas Mudrunka <tomas@mudrunka.cz>
Tue, 13 Dec 2011 13:43:08 +0000 (14:43 +0100)
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.106405 seconds and 4 git commands to generate.