diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-04-15 22:24:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-04-15 22:24:54 +0000 |
commit | 6661d732a98815f14742999f65e82a0ea4bce3d0 (patch) | |
tree | 5c2c8aceb9d244b9304354c1346ce8edfb8eb34e /usr | |
parent | 6e337a8414d798b5700a304185a36c7bf70d2536 (diff) | |
download | pfsense-6661d732a98815f14742999f65e82a0ea4bce3d0.zip pfsense-6661d732a98815f14742999f65e82a0ea4bce3d0.tar.gz |
Allow staticroutes to be backed up or restored individually.
Suggested-by: DoctorIT via Forum
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/diag_backup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index 7fb0e79..f97d864 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -55,6 +55,7 @@ function spit_out_select_items($area) { <option VALUE="dhcpd">DHCP Server</option> <option VALUE="syslog">Syslog</option> <option VALUE="system">System</option> + <option VALUE="staticroutes">Static routes</option> </select> EOD; echo $select; |