Commit af124ca2 by Jansa Jose

Merge branch 'master' of https://gitlab.techware.co.in/tobin/dcarfixers into jansa

parents 12ed207c 7916ea95
...@@ -75,14 +75,10 @@ $query_builder = TRUE; ...@@ -75,14 +75,10 @@ $query_builder = TRUE;
$db['default'] = array( $db['default'] = array(
'dsn' => '', 'dsn' => '',
// 'hostname' => 'localhost', 'hostname' => 'localhost',
// 'username' => 'techlabz_frank', 'username' => 'techlabz_dcarfix',
// 'password' => 'Golden_123',
// 'database' => 'techlabz_nemt_backend',
'hostname' => '192.168.140.123',
'username' => 'root',
'password' => 'Golden_123', 'password' => 'Golden_123',
'database' => 'tobin_dcarfixers', 'database' => 'techlabz_dcarfixers',
'dbdriver' => 'mysqli', 'dbdriver' => 'mysqli',
'dbprefix' => '', 'dbprefix' => '',
'pconnect' => FALSE, 'pconnect' => FALSE,
......
...@@ -75,7 +75,7 @@ switch (ENVIRONMENT) ...@@ -75,7 +75,7 @@ switch (ENVIRONMENT)
case 'testing': case 'testing':
case 'production': case 'production':
error_reporting(-1); error_reporting(0);
ini_set('display_errors', 0); ini_set('display_errors', 0);
if (version_compare(PHP_VERSION, '5.3', '>=')) if (version_compare(PHP_VERSION, '5.3', '>='))
{ {
......
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