[BACK]Return to cgi.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/cgi.c between version 1.30 and 1.31

version 1.30, 2011/12/12 02:00:49 version 1.31, 2011/12/14 13:36:59
Line 946  main(void)
Line 946  main(void)
                 progname = "";                  progname = "";
   
         if (NULL == (css = getenv("CSS_DIR")))          if (NULL == (css = getenv("CSS_DIR")))
                 css = "/";                  css = "";
   
         if (NULL == (host = getenv("HTTP_HOST")))          if (NULL == (host = getenv("HTTP_HOST")))
                 host = "localhost";                  host = "localhost";

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb