Index: /branches/releng-11/nanobsd/files/usr/local/www/portal/index.cgi
===================================================================
--- /branches/releng-11/nanobsd/files/usr/local/www/portal/index.cgi	(revision 13781)
+++ /branches/releng-11/nanobsd/files/usr/local/www/portal/index.cgi	(revision 13782)
@@ -22,9 +22,10 @@
   `dirname $0`/login/index.cgi
 else
-  echo 'Location: http://welcome.wleiden.net/portal/portal.html'
-  echo 'Content-Type: text/html'
-  echo 'Cache-Control: no-cache, no-store, must-revalidate'
-  echo 'Pragma: no-cache'
-  echo 'Expires: 0'
-  echo ''
+  echo -e 'Status: 302 OK" \r'
+  echo -e 'Location: http://welcome.wleiden.net/portal/portal.html\r'
+  echo -e 'Content-Type: text/html\r'
+  echo -e 'Cache-Control: no-cache, no-store, must-revalidate\r'
+  echo -e 'Pragma: no-cache\r'
+  echo -e 'Expires: 0\r'
+  echo -e '\r'
 fi
