mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 14:06:23 +05:30
Trick, error header sent
here : http://stackoverflow.com/questions/9707693/warning-cannot-modify-header-information-headers-already-sent-by-error
This commit is contained in:
parent
2ccb5be0ac
commit
ce17f57a1f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
ob_start();
|
||||
date_default_timezone_set('Asia/Jakarta');
|
||||
require '../system/includes/dispatch.php';
|
||||
config('source', '../admin/config.ini');
|
||||
|
|
@ -17,4 +18,4 @@ include 'includes/session.php';
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue