set up
This commit is contained in:
@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
| a PHP script and you can easily do that on your own.
|
||||
|
|
||||
*/
|
||||
$config['base_url'] = 'http://demo.phpwebsite.in/abc/';
|
||||
$config['base_url'] = 'http://localhost';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
6
php/application/config/database.php
Normal file → Executable file
6
php/application/config/database.php
Normal file → Executable file
@ -76,9 +76,9 @@ $query_builder = TRUE;
|
||||
$db['default'] = array(
|
||||
'dsn' => '',
|
||||
'hostname' => 'localhost',
|
||||
'username' => 'phpwe4km_abc',
|
||||
'password' => 'VOtMA5$_88-Y',
|
||||
'database' => 'phpwe4km_abc',
|
||||
'username' => 'datacom_abc',
|
||||
'password' => '3dba6d57248e16ccd0b187383e',
|
||||
'database' => 'datacom_abc',
|
||||
'dbdriver' => 'mysqli',
|
||||
'dbprefix' => '',
|
||||
'pconnect' => FALSE,
|
||||
|
Reference in New Issue
Block a user