mirror of https://github.com/BOINC/boinc.git
preference update message
svn path=/trunk/boinc/; revision=1302
This commit is contained in:
parent
4b98c0291d
commit
220db249a4
|
@ -9,6 +9,9 @@
|
|||
|
||||
$subset = $_GET["subset"];
|
||||
page_head(subset_name($subset)." preferences");
|
||||
if ($_GET['updated']) {
|
||||
echo '<p style="color: ref">Your preference has been updated and will take effect the next time BOINC starts, or you may manually retrieve the preference in the BOINC software.';
|
||||
}
|
||||
if ($subset == "global") {
|
||||
print_prefs_display_global($user);
|
||||
} else {
|
||||
|
|
|
@ -41,6 +41,6 @@ if ($subset == "global") {
|
|||
venue_update($user);
|
||||
}
|
||||
}
|
||||
Header("Location: prefs.php?subset=$subset");
|
||||
Header("Location: prefs.php?subset=$subset&updated=1");
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue