Skip to content

Commit

Permalink
2012-03-01_03-53-58
Browse files Browse the repository at this point in the history
  • Loading branch information
camerb committed Mar 1, 2012
1 parent 2d38f6a commit 06b0549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file modified Lynx-Install.exe
Binary file not shown.
8 changes: 5 additions & 3 deletions Lynx-Upgrade.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,12 @@ IsPerlUpgradeNeeded()

IsApacheUpgradeNeeded()
{
if (GetApacheVersion() != "2.2.21")
return true
else
if (GetApacheVersion() == "2.2.22")
return false
else if (GetApacheVersion() == "2.2.21")
return false
else
return true
}

GetLatestLynxVersion()
Expand Down

0 comments on commit 06b0549

Please sign in to comment.