You've already forked lazarus-ccr
Apache module extension to be a dll/so hosting env
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@278 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -220,9 +220,9 @@ end;
|
||||
initialization
|
||||
FUserList := TObjectList.Create(True);
|
||||
FUserCursor := TObjectListCursor.Create(FUserList);
|
||||
if FileExists(sDATA_FILE_NAME) then
|
||||
{if FileExists(sDATA_FILE_NAME) then
|
||||
FillDataFromFile(sDATA_FILE_NAME)
|
||||
else
|
||||
else}
|
||||
FillSampleData();
|
||||
|
||||
finalization
|
||||
|
||||
Reference in New Issue
Block a user