diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-22 17:38:03 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-22 17:38:03 +0000 |
commit | bd8210d0d851e2041b4924c5166141d16d0afc9a (patch) | |
tree | 7b46b5e9388e30a49d5438f83397cf4821edf5b8 /plugins/HTTPServer/src/main.cpp | |
parent | e1b2602b836a315e10a3ebbc118da5ca4ed1d388 (diff) |
- fixed contact menu
- updated default template
git-svn-id: http://svn.miranda-ng.org/main/trunk@3234 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/main.cpp')
-rw-r--r-- | plugins/HTTPServer/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/HTTPServer/src/main.cpp b/plugins/HTTPServer/src/main.cpp index 91ac702a0d..68eca1ea7a 100644 --- a/plugins/HTTPServer/src/main.cpp +++ b/plugins/HTTPServer/src/main.cpp @@ -37,8 +37,7 @@ const char szXmlTail[] = "</config>"; const char* pszDefaultShares[] = {
"htdocs\\@settings\\favicon.ico", "/favicon.ico",
"htdocs\\@settings\\index.xsl", "/index.xsl",
- "htdocs\\@settings\\placeholder.gif", "/placeholder.gif",
- "htdocs\\@settings\\icons\\", "/icons/",
+ "htdocs\\@settings\\theme\\", "/theme/",
"htdocs\\", "/",
0, 0
};
|