Commit b0eb6882 by Jansa Jose

php info

parent 2c43a0ab
...@@ -20,6 +20,7 @@ class Welcome extends CI_Controller { ...@@ -20,6 +20,7 @@ class Welcome extends CI_Controller {
*/ */
public function index() public function index()
{ {
phpinfo();
$this->load->view('welcome_message'); $this->load->view('welcome_message');
} }
} }
<?php <?php
phpinfo();exit(); //phpinfo();exit();
ob_start(); ob_start();
//date_default_timezone_set("Asia/Kolkata"); // Initial Time Zone //date_default_timezone_set("Asia/Kolkata"); // Initial Time Zone
date_default_timezone_set("UTC"); // UTC 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