* Set global CustomApplication variable

git-svn-id: trunk@14795 -
This commit is contained in:
joost 2010-01-24 15:10:48 +00:00
parent 5b1e713e5b
commit ac7c145c04

View File

@ -32,10 +32,13 @@ Var
Implementation
uses CustApp;
Procedure InitCGI;
begin
Application:=TCGIApplication.Create(Nil);
CustomApplication:=Application;
end;
Procedure DoneCGI;