Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
ba1d5f0f
Commit
ba1d5f0f
authored
Jan 06, 2016
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(legacy) fix for
https://github.com/opnsense/core/issues/545
parent
1c1d4053
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
diag_backup.php
src/www/diag_backup.php
+13
-13
No files found.
src/www/diag_backup.php
View file @
ba1d5f0f
...
...
@@ -484,19 +484,19 @@ $( document ).ready(function() {
//]]>
</script>
<form
action=
"diag_backup.php"
method=
"post"
>
<section
class=
"page-content-main"
>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<?php
if
(
isset
(
$savemsg
))
print_info_box
(
$savemsg
);
?>
<?php
if
(
is_subsystem_dirty
(
'restore'
))
:
?>
<br/>
<form
action=
"reboot.php"
method=
"post"
>
<section
class=
"page-content-main"
>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<?php
if
(
isset
(
$savemsg
))
print_info_box
(
$savemsg
);
?>
<?php
if
(
is_subsystem_dirty
(
'restore'
))
:
?>
<br/>
<form
action=
"reboot.php"
method=
"post"
>
<input
name=
"Submit"
type=
"hidden"
value=
"Yes"
/>
<?php
print_info_box
(
gettext
(
"The firewall configuration has been changed."
)
.
"<br />"
.
gettext
(
"The firewall is now rebooting."
));
?>
<br
/>
</form>
<?php
endif
;
?>
<?php
if
(
$input_messages
)
print_info_box
(
$input_messages
);
?>
<?php
if
(
isset
(
$input_errors
)
&&
count
(
$input_errors
)
>
0
)
print_input_errors
(
$input_errors
);
?>
</form>
<?php
endif
;
?>
<?php
if
(
$input_messages
)
print_info_box
(
$input_messages
);
?>
<?php
if
(
isset
(
$input_errors
)
&&
count
(
$input_errors
)
>
0
)
print_input_errors
(
$input_errors
);
?>
<form
action=
"diag_backup.php"
method=
"post"
enctype=
"multipart/form-data"
>
<section
class=
"col-xs-12"
>
<section
class=
"__mb"
>
<div
class=
"content-box"
>
...
...
@@ -675,10 +675,10 @@ $( document ).ready(function() {
</div>
</section>
</section>
</
div
>
</
form
>
</div>
</div>
</section>
</form>
<?php
include
(
"foot.inc"
);
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment