Reapply patches from ticket #1532
fix typo
Revert broken OPT interface removal commit. This breaks configurations entirely, worse than just improperly shifting configuration items.
Ticket #1532
The original code did a mixed work: the part in interfaces_assign.php first renamed the interfaces, and then called cleanup_opt_interfaces_after_removal(). The latter didn't do anything at all: it never entered the loop, it didn't save the result of str_replace, it didn't save the resulting config after the processing. And if it had worked, it would have renamed the interfaces a second time as a side effect, completely messing-up the config....
s/resolved/resolve/
MFC 12647Set the interface as down and delete the IP address when removing OPT
Do not reload interfaces on add. Reload on save.
Trigger reload at end of page
MFCRenumber interfaces after deleting. This is required for openvpn to function correctly.
Do not redirect to same page, simply reparse config and show results
Remove #!/usr/local/bin/php
Trigger reload at the end of the page
Use /tmp/reload_interfaces
Use /tmp/reload_interfaces to reload interfaces
Remove reboot notice
Alert the user that the changes have been applied.
Do not set reboot needed flag
Break before Save button
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
Fix bottom rounds
Use $pgtitleFix assign/vlan tabs (backwards)
Curvify.
Use new header system.
Add back html header
Sync with m0n0wall
Add $Id$ tag
Initial revision