Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
89579292
Commit
89579292
authored
17 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Pb with personalise value of apache port
parent
aa7f3f7c
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/exe/doliwamp/doliwamp2.4.iss
+3
-0
3 additions, 0 deletions
build/exe/doliwamp/doliwamp2.4.iss
build/exe/doliwamp/httpd.conf.install
+492
-492
492 additions, 492 deletions
build/exe/doliwamp/httpd.conf.install
with
495 additions
and
492 deletions
build/exe/doliwamp/doliwamp2.4.iss
+
3
−
0
View file @
89579292
...
...
@@ -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.
Click to expand it.
build/exe/doliwamp/httpd.conf.install
+
492
−
492
View file @
89579292
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment