From 9a08d61db5b88828bf0ebddf153a7ec202e70a0c Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 4 Apr 2006 10:30:20 +0000 Subject: Bugfixes git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@446 941c8c0f-9102-463b-b60b-cd22ce0e6858 --- .htaccess | 2 +- cgi-bin/nea.cgi.in | 5 ++++- index.scml | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index e20fd52..a424156 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,7 @@ RewriteEngine on # --BEGIN MAINTENANCE RULES--- -RewriteCond .maintenance -f +RewriteCond /home/gray/public_html/ellinika/.maintenance -f RewriteCond %{REQUEST_FILENAME} !.*/maint.html RewriteCond %{REQUEST_FILENAME} !.*\.css RewriteCond %{REQUEST_FILENAME} !.*\.png diff --git a/cgi-bin/nea.cgi.in b/cgi-bin/nea.cgi.in index ef84ac5..b8eeae4 100644 --- a/cgi-bin/nea.cgi.in +++ b/cgi-bin/nea.cgi.in @@ -47,7 +47,10 @@ (car l))) (else s))) - (string-split (or (getenv "HTTP_ACCEPT_LANGUAGE") "") #\,))) + (string-split (or + (getenv "HTTP_ACCEPT_LANGUAGE") + "") + #\,))) (define nea-max-rows 20) ;; FIXME: Move to the config diff --git a/index.scml b/index.scml index 8d8e51d..3088c0b 100644 --- a/index.scml +++ b/index.scml @@ -50,8 +50,9 @@ (car l))) (else s))) - (string-split - (table:get (request-rec:subprocess-env Request) "HTTP_ACCEPT_LANGUAGE") + (string-split + (or (table:get (request-rec:subprocess-env Request) "HTTP_ACCEPT_LANGUAGE") + "") #\,))) (string-append ellinika-document-root "/" ellinika-dispatcher)))) -- cgit v1.2.1