Skip to content
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

fmDNS reload.php error #25

Closed
bagintz opened this issue Oct 16, 2013 · 3 comments
Closed

fmDNS reload.php error #25

bagintz opened this issue Oct 16, 2013 · 3 comments

Comments

@bagintz
Copy link

bagintz commented Oct 16, 2013

Line 33 needs to have $_POST['domain_id'] instead of $domain_id

@bagintz
Copy link
Author

bagintz commented Oct 16, 2013

Just saw you posted a fix :)

@bagintz bagintz closed this as completed Oct 16, 2013
@WillyXJ
Copy link
Owner

WillyXJ commented Oct 16, 2013

Well, that's embarrassing. :)

The issue is coming from client/facileManager/fmDNS/www/reload.php. Fix will be rolled out in fmDNS-1.0-rc4-3, but if you are impatient and don't want to build configs as a workaround, you can run the following on your clients:

perl -npi -e "s/$domain_id/$_POST['domain_id']/" /usr/local/facileManager/fmDNS/www/reload.php

This is a result of breaking up some code to support future modules.

@WillyXJ
Copy link
Owner

WillyXJ commented Oct 16, 2013

Fixed in 1.0-rc5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants