mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove unused var in get_std_save_message
$d_sysrebootreqd_path seems to be a leftover from some ancient group of global $d_* vars that are no longer used.
This commit is contained in:
parent
24c16d618e
commit
c63c190974
@ -380,7 +380,6 @@ function print_info_box($msg, $class="alert-warning") {
|
||||
}
|
||||
|
||||
function get_std_save_message($ok) {
|
||||
global $d_sysrebootreqd_path;
|
||||
$filter_related = false;
|
||||
$filter_pages = array("nat", "filter");
|
||||
$to_return = gettext("The changes have been applied successfully.");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user