Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24714/src/helpers

Modified Files:
        webserver.py 
Log Message:
add new htdocs dir

Index: webserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/webserver.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** webserver.py        18 Dec 2004 20:08:23 -0000      1.15
--- webserver.py        19 Dec 2004 11:27:09 -0000      1.16
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.16  2004/12/19 11:27:09  dischi
+ # add new htdocs dir
+ #
  # Revision 1.15  2004/12/18 20:08:23  dischi
  # use logging module for debug
***************
*** 67,70 ****
--- 70,74 ----
  cgi_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '../www'))
  htdocs  = [ os.path.join(cgi_dir, 'htdocs'),
+             os.path.join(config.SHARE_DIR, 'htdocs'),
              os.path.join(config.DOC_DIR, 'html') ]
  



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to