use email from CA creation also as the default for server cert
Add curly brackets here to improve readability
unset doesn't like @ to silent it, just check if it's set before unset
Use an alphanumeric test rather than purely is_numericint because the ID is generated by uniqid and is not purely numeric. Fixes #3591
Restore old logic and add a @ at unset to silent when it is not set as suggested by Ermal
Merge pull request #1068 from FCI/patch-1
Check if the ipsec section exists before doing operations on it.
fixes Bug #3569
On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.It seems something with ajaxhttp://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top
A simple return false after jquery action fixes the unwanted scroll.
Merge pull request #1056 from ExolonDX/branch_master_12
Merge pull request #1057 from ExolonDX/branch_master_13
View revisions
Also available in: Atom