Commit d9c9bb6b by Anju M S

Temp

parent a868bb9c
......@@ -27,8 +27,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$config['base_pic_url'] = "https://".$_SERVER['HTTP_HOST'].'/ipok';
*/
$config['base_url'] = "https://".$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']);
$config['base_pic_url'] = "https://".$_SERVER['HTTP_HOST'].'/ipok';
$config['base_url'] = "http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']);
$config['base_pic_url'] = "http://".$_SERVER['HTTP_HOST'].'/ipok';
/*
|--------------------------------------------------------------------------
| Index File
......
......@@ -88,10 +88,10 @@ $query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => 'localhost',
'username' => 'techlabz_Ipok',
'password' => 'Golden_123',
'database' => 'techlabz_Ipok',
'hostname' => '192.168.140.123',
'username' => 'root',
'password' => '',
'database' => 'reeba_ipok',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
......
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