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