1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00

r7065: Move ejs from web_server to lib so it can be shared with smbscript.

This commit is contained in:
Tim Potter
2005-05-29 03:53:36 +00:00
committed by Gerald (Jerry) Carter
parent 805b6c7cf0
commit b83dc8fbfb
17 changed files with 29 additions and 29 deletions

View File

@@ -21,7 +21,7 @@
*/
#include "includes.h"
#include "web_server/ejs/ejs.h"
#include "lib/ejs/ejs.h"
void http_exception(const char *reason)
{