Commit a358930c by Jansa Jose

Merge branch 'jansa'

parents 3043851c b0eb6882
......@@ -20,6 +20,7 @@ class Welcome extends CI_Controller {
*/
public function index()
{
phpinfo();
$this->load->view('welcome_message');
}
}
<?php
phpinfo();exit();
//phpinfo();exit();
ob_start();
//date_default_timezone_set("Asia/Kolkata"); // Initial Time Zone
date_default_timezone_set("UTC"); // UTC Time Zone
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment