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:
Phil Davis 2016-01-07 18:10:24 +05:45
parent 24c16d618e
commit c63c190974

View File

@ -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.");