11 lines
243 B
PHP
11 lines
243 B
PHP
<?php
|
|
ob_start();
|
|
date_default_timezone_set('Asia/Kolkata');
|
|
?>
|
|
<?php require_once "includes/imp_files.php";?>
|
|
|
|
<?php include_once 'includes/header.php'; ?>
|
|
|
|
<?php include_once 'views/home.php' ;?>
|
|
|
|
<?php include_once 'includes/footer.php'; ?>
|