mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/php/pftt2/pull/26
Author: @lavturo
Created: 5/10/2019
Status: ❌ Closed
Base:
master← Head:fix_issue4📝 Commits (8)
2f803feIssue #4: Removed disabling firewall, implemented a way to let VCRedist and MySQL installer through firewall.9258ec6Issue #4: Updated for MySQL to install and setup properly.0f42a11Fixes Issue #4: Updated a portion for where files are stored and preventing same rules being added.d231df0Made method to add rules to firewall and updated sections to use this method.f35c2d2Removed unnecessary code, added comments and reduced redundent code.942423eAdded remoteip and swapped execElevated with execOut based on feedback.48f5a31Updated how to check if a rule already exists and removed unnecessary code.8ee5d33Added TODO for future reference and updated how to check for firewall rule.📊 Changes
1 file changed (+37 additions, -19 deletions)
View changed files
📝
src/com/mostc/pftt/util/HostEnvUtil.java(+37 -19)📄 Description
Removed disabling firewall, implemented a way to let VCRedist and MySQL installer through firewall.
@weltling I believe this works. I have yet to test it, but wanted to make sure this is the correct thing to do so far.
Edit: Tested MySQL and it was not being setup properly, but fixed it. If user is using this from command line, running command line with admin privileges would be recommended. Have to test VCRedist now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.