From de02dc292637fb731986719dbf8c8ead5fae4912 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 10 Jan 2017 20:33:55 +0545 Subject: Breadcrumb links (cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c) --- src/usr/local/www/system_update_settings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/local/www/system_update_settings.php') diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php index c0b2a3f..2a27fae 100644 --- a/src/usr/local/www/system_update_settings.php +++ b/src/usr/local/www/system_update_settings.php @@ -137,6 +137,7 @@ $curcfg = $config['system']['firmware']; $gitcfg = $config['system']['gitsync']; $pgtitle = array(gettext("System"), gettext("Update"), gettext("Update Settings")); +$pglinks = array("", "pkg_mgr_install.php?id=firmware", "@self"); exec("/usr/bin/fetch -q -o {$g['tmp_path']}/manifest \"{$g['update_manifest']}\""); if (file_exists("{$g['tmp_path']}/manifest")) { -- cgit v1.1