Skip to content

Commit

Permalink
Refreshed
Browse files Browse the repository at this point in the history
  • Loading branch information
profnandaa committed Dec 30, 2014
1 parent c328897 commit 3e3a03a
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 233 deletions.
2 changes: 1 addition & 1 deletion application/config/config.php
Expand Up @@ -23,7 +23,7 @@
| variable so that it is blank.
|
*/
$config['index_page'] = "";
$config['index_page'] = "index.php";

/*
|--------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions application/config/database.php
Expand Up @@ -39,8 +39,8 @@

$db['default']['hostname'] = "localhost";
$db['default']['username'] = "prof";
$db['default']['password'] = "prof";
$db['default']['database'] = "lugulu";
$db['default']['password'] = "pr0f";
$db['default']['database'] = "lugulunet";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
Expand Down

0 comments on commit 3e3a03a

Please sign in to comment.