Browse Source

Merge pull request #9 from fahmi182/master

Trick, error header sent by @fahmi182
pull/10/merge
Danang Probo Sayekti 12 years ago
parent
commit
bd5474c435
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      admin/index.php

+ 2
- 1
admin/index.php View File

@ -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…
Cancel
Save