Skip to content
Snippets Groups Projects
Commit 89579292 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Pb with personalise value of apache port

parent aa7f3f7c
No related branches found
No related tags found
No related merge requests found
......@@ -326,11 +326,14 @@ begin
if not FileExists (destFile) then
begin
myporta := Page.Values[1];
LoadStringFromFile (srcFile, srcContents);
//installDir et version de php
StringChange (srcContents, 'WAMPROOT', pathWithSlashes);
StringChange (srcContents, 'WAMPPHPVERSION', phpVersion);
StringChange (srcContents, 'WAMPAPACHEPORT', myporta);
SaveStringToFile(destFile,srcContents, False);
end
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment