Revision d6862c98
Added by Scott Ullrich over 18 years ago
usr/local/www/system.php | ||
---|---|---|
315 | 315 |
if ($restart_webgui) { |
316 | 316 |
echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">"; |
317 | 317 |
} |
318 |
ob_flush(); |
|
319 |
flush(); |
|
320 |
sleep(2); |
|
321 | 318 |
?> |
322 | 319 |
</body> |
323 | 320 |
</html> |
Also available in: Unified diff
Remove flush code, we do this by default now.