-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multicaptive portal error #388
Conversation
For multicaptive portal situations, this code looks only first portal's db, not others. I changed setting the "status" variable for this purpose.
Before this pull request can be accepted you must first sign a CLA as described at https://www.pfsense.org/about-pfsense/#cla. Please read for more details. |
Sorry, now I signed the CLA. |
Instead of doing this change I believe it would be better to change If you have interest, it would be nice to change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems OK, but the way @rbgarga described changing it would be better.
If you have interest, it would be nice to change squid_check_ip() to use PHP functions to access sqlite database instead of running using a shell command Well it used to be that way, and it got reverted after it got completely broken following some pfSense upgrade. See d6ea469 |
@rbgarga @Ahmet-Kaplan - how about something like this?
|
@Ahmet-Kaplan do you still have plans to work on this change? |
In an effort to improve the tracking of changes and bug/feature requests, we have decided to require an entry on the pfSense Redmine issue tracker associated with every pull request, and likewise the Redmine entry should also have a link back to the pull request. If you could, please associate this PR to a Redmine issue either by locating an existing issue at https://redmine.pfsense.org or by creating a new issue. Add a link to the Redmine issue that points to this PR, and also add a link on the PR to the Redmine issue. For more information, see https://doc.pfsense.org/index.php/Submitting_a_Pull_Request_via_Github Thanks! |
No changes since Aug |
Original distfile was rerolled by updates Victor Mono version from 1.121 to 1.250 (github issue #388, ryanoasis/nerd-fonts#388) Pointyhat to: ehaupt
Update the default location of the DB. Changes since 1.8.1: v1.8.2 Added * More translation strings (#373) (#388) Changed * Enforce git config on startup (#383) * Respect file scheme URIs for SQLite. (#387) Fixed * Convert octal notation file names in Git (#380) * Git clone on SSH with MySQL (#382) * Escaping for embed gists (#381) Other * Update deps Golang & JS deps
For multicaptive portal situations, this code looks only first portal's db, not others.
I changed setting the "status" variable for this purpose.