X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.c;h=a263c9c9254a7cae6a1ad34466483382a420d8ec;hb=6bd4383b0f4bb3e3b662615dae442199fed568d8;hp=99820909ddd939bd2ef8c8ec5a9ef97a9c2a9039;hpb=a47350271759e5b84ad303cc011f8174b866cafc;p=citadel.git diff --git a/webcit/webserver.c b/webcit/webserver.c index 99820909d..a263c9c92 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -44,6 +44,7 @@ int ndirs=2; //sizeof(static_content_dirs);//sizeof(char *); */ char *static_content_dirs[] = { "static", /** static templates */ + "static.local", /** site local static templates */ "tiny_mce" /** the JS editor */ };