/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/config/database.php

  • Committer: elof.bigestans at gmail
  • Date: 2013-05-28 11:35:41 UTC
  • mto: This revision was merged to the branch mainline in revision 113.
  • Revision ID: elof.bigestans@gmail.com-20130528113541-alkiw6u6sp144tnh
SHIT! 

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
$active_record = TRUE;
50
50
 
51
51
$db['default']['hostname'] = 'localhost';
52
 
$db['default']['username'] = 'root';
53
 
$db['default']['password'] = '';
 
52
$db['default']['username'] = 'dbsk';
 
53
$db['default']['password'] = 'Tomten2009';
54
54
$db['default']['database'] = 'lenasys';
55
55
$db['default']['dbdriver'] = 'mysql';
56
56
$db['default']['dbprefix'] = '';