Browse Source

Update create_post.php

pull/10/head
Mohamad Fahmi 12 years ago
parent
commit
fc81fc97a4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      admin/includes/create_post.php

+ 2
- 1
admin/includes/create_post.php View File

@ -1,4 +1,5 @@
<?php <?php
ob_start();
// Change this to your timezone // Change this to your timezone
date_default_timezone_set('Asia/Jakarta'); date_default_timezone_set('Asia/Jakarta');
require '../../system/includes/dispatch.php'; require '../../system/includes/dispatch.php';
@ -77,4 +78,4 @@ include '../includes/session.php';
</div> </div>
</div> </div>
</body> </body>
</html>
</html>

Loading…
Cancel
Save