openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit cb3ef9c9eda7cb3c3237e0fde629acb9fbbbcc8d
parent 31173b8003f4faa0234eab4cd80c4cb2ad4894f8
Author: dankert <devnull@localhost>
Date:   Mon, 23 Apr 2007 23:49:11 +0200

Name des Realms aus Sprachdatei lesen.

Diffstat:
actionClasses/IndexAction.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actionClasses/IndexAction.class.php b/actionClasses/IndexAction.class.php @@ -547,7 +547,7 @@ class IndexAction extends Action if ( ! $ok ) { - header( 'WWW-Authenticate: Basic realm="OpenRat Content Management System - Login"' ); + header( 'WWW-Authenticate: Basic realm="'.OR_TITLE.' - '.lang('HTTP_REALM').'"' ); header( 'HTTP/1.0 401 Unauthorized' ); echo 'Authorization Required!'; exit;