added: setting a correct mime type for static files - using magic library
added: std::wstring file_mime_type to ItemContent - a mime type for static file added: Header (core/header.h) - there will be header names defined, at the moment only content_type added: FuncionsBase::Finish() - it is called at the end when the winix finishes
This commit is contained in:
@@ -99,6 +99,7 @@ createticket.o: ../../../../winix/winixd/core/error.h
|
||||
createticket.o: ../../../../winix/winixd/core/config.h
|
||||
createticket.o: ../../../../winix/winixd/core/textstream.h
|
||||
createticket.o: ../../../../winix/winixd/models/winixmodel.h
|
||||
createticket.o: ../../../../winix/winixd/core/header.h
|
||||
createticket.o: ../../../../winix/winixd/core/system.h
|
||||
createticket.o: ../../../../winix/winixd/core/job.h
|
||||
createticket.o: ../../../../winix/winixd/core/basethread.h
|
||||
@@ -338,6 +339,7 @@ editticket.o: ../../../../winix/winixd/functions/cat.h
|
||||
editticket.o: ../../../../winix/winixd/functions/chmod.h
|
||||
editticket.o: ../../../../winix/winixd/functions/privchanger.h
|
||||
editticket.o: ../../../../winix/winixd/core/request.h
|
||||
editticket.o: ../../../../winix/winixd/core/header.h
|
||||
editticket.o: ../../../../winix/winixd/functions/chown.h
|
||||
editticket.o: ../../../../winix/winixd/functions/ckeditor.h
|
||||
editticket.o: ../../../../winix/winixd/functions/cp.h
|
||||
@@ -529,6 +531,7 @@ funticket.o: ../../../../winix/winixd/functions/cat.h
|
||||
funticket.o: ../../../../winix/winixd/functions/chmod.h
|
||||
funticket.o: ../../../../winix/winixd/functions/privchanger.h
|
||||
funticket.o: ../../../../winix/winixd/core/request.h
|
||||
funticket.o: ../../../../winix/winixd/core/header.h
|
||||
funticket.o: ../../../../winix/winixd/functions/chown.h
|
||||
funticket.o: ../../../../winix/winixd/functions/ckeditor.h
|
||||
funticket.o: ../../../../winix/winixd/functions/cp.h
|
||||
@@ -712,6 +715,7 @@ init.o: ../../../../winix/winixd/functions/cat.h
|
||||
init.o: ../../../../winix/winixd/functions/chmod.h
|
||||
init.o: ../../../../winix/winixd/functions/privchanger.h
|
||||
init.o: ../../../../winix/winixd/core/request.h
|
||||
init.o: ../../../../winix/winixd/core/header.h
|
||||
init.o: ../../../../winix/winixd/functions/chown.h
|
||||
init.o: ../../../../winix/winixd/functions/ckeditor.h
|
||||
init.o: ../../../../winix/winixd/functions/cp.h
|
||||
@@ -920,6 +924,7 @@ showtickets.o: ../../../../winix/winixd/functions/cat.h
|
||||
showtickets.o: ../../../../winix/winixd/functions/chmod.h
|
||||
showtickets.o: ../../../../winix/winixd/functions/privchanger.h
|
||||
showtickets.o: ../../../../winix/winixd/core/request.h
|
||||
showtickets.o: ../../../../winix/winixd/core/header.h
|
||||
showtickets.o: ../../../../winix/winixd/functions/chown.h
|
||||
showtickets.o: ../../../../winix/winixd/functions/ckeditor.h
|
||||
showtickets.o: ../../../../winix/winixd/functions/cp.h
|
||||
@@ -1165,6 +1170,7 @@ templates.o: ../../../../winix/winixd/functions/cat.h
|
||||
templates.o: ../../../../winix/winixd/functions/chmod.h
|
||||
templates.o: ../../../../winix/winixd/functions/privchanger.h
|
||||
templates.o: ../../../../winix/winixd/core/request.h
|
||||
templates.o: ../../../../winix/winixd/core/header.h
|
||||
templates.o: ../../../../winix/winixd/functions/chown.h
|
||||
templates.o: ../../../../winix/winixd/functions/ckeditor.h
|
||||
templates.o: ../../../../winix/winixd/functions/cp.h
|
||||
@@ -1366,6 +1372,7 @@ ticketinfo.o: ../../../../winix/winixd/functions/cat.h
|
||||
ticketinfo.o: ../../../../winix/winixd/functions/chmod.h
|
||||
ticketinfo.o: ../../../../winix/winixd/functions/privchanger.h
|
||||
ticketinfo.o: ../../../../winix/winixd/core/request.h
|
||||
ticketinfo.o: ../../../../winix/winixd/core/header.h
|
||||
ticketinfo.o: ../../../../winix/winixd/functions/chown.h
|
||||
ticketinfo.o: ../../../../winix/winixd/functions/ckeditor.h
|
||||
ticketinfo.o: ../../../../winix/winixd/functions/cp.h
|
||||
|
Reference in New Issue
Block a user