This commit is contained in:
2019-07-04 20:58:20 -04:00
parent 23a4e98668
commit 47caaa7a0a
10 changed files with 589 additions and 577 deletions

View File

@ -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
View 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,