Fix for apache 2.4
This commit is contained in:
parent
964001bda2
commit
f47fc3c6ba
@ -613,7 +613,7 @@ begin
|
||||
|
||||
if FileExists(srcFile) then
|
||||
begin
|
||||
if not FileExists (destFile)
|
||||
if not FileExists (destFile) then
|
||||
begin
|
||||
LoadStringFromFile (srcFile, srcContents);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user