Revision d524b32b
Added by Jim Pingle over 13 years ago
usr/local/www/widgets/widgets/services_status.widget.php | ||
---|---|---|
162 | 162 |
if(isset($_POST['servicestatusfilter'])) { |
163 | 163 |
$config['widgets']['servicestatusfilter'] = $_POST['servicestatusfilter']; |
164 | 164 |
write_config("Saved Service Status Filter via Dashboard"); |
165 |
Header("Location: /"); |
|
166 | 165 |
} |
167 | 166 |
?> |
168 | 167 |
<input type="hidden" id="services_status-config" name="services_status-config" value=""> |
Also available in: Unified diff
Do not redirect on saving services status widget, the headers have been sent by this point and it can't happen.