From 1257331bfb1e4f6fbc84a5c73c9b881469d73f5d Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 18 Sep 2006 08:50:46 +0000 Subject: [PATCH] Add KTIS-related authentication helper for those running on PHP CGI --- .htaccess | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index 8805448..b1b6218 100644 --- a/.htaccess +++ b/.htaccess @@ -51,6 +51,7 @@ php_flag session.auto_start OFF SetEnv kt_htaccess_worked yes +SetEnvIf Authorization (.*) kt_auth=$1 LimitRequestBody 0 DirectoryIndex index.html index.php -- libgit2 0.21.4