Merge pull request #10293 from owncloud/fix-headers-being-sent

using flush() here is pointless as we render the layout into a memory bu...
This commit is contained in:
Jan-Christoph Borchardt 2014-08-09 18:32:44 +02:00
commit 6f9963b2d9
3 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@
?>
<?php endforeach; ?>
</head>
<?php flush(); ?>
<body id="body-public">
<?php print_unescaped($_['content']); ?>
</body>

View File

@ -32,7 +32,6 @@
?>
<?php endforeach; ?>
</head>
<?php flush(); ?>
<body id="body-login">
<div class="wrapper"><!-- for sticky footer -->
<div class="v-align"><!-- vertically centred box -->

View File

@ -39,7 +39,6 @@
?>
<?php endforeach; ?>
</head>
<?php flush(); ?>
<body id="<?php p($_['bodyid']);?>">
<noscript><div id="nojavascript"><div><?php print_unescaped($l->t('This application requires JavaScript to be enabled for correct operation. Please <a href="http://enable-javascript.com/" target="_blank">enable JavaScript</a> and re-load this interface.')); ?></div></div></noscript>
<div id="notification-container">