Skip to content

Commit

Permalink
По-умолчанию выключена работа с базой данных
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiQWERTY committed May 3, 2014
1 parent edbb562 commit a946433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Config {
public $indexPage = 'index';
public $layout = 'default';

public $db = true;
public $db = false;
public $host = 'localhost';
public $user = 'root';
public $password = 'root';
Expand Down

0 comments on commit a946433

Please sign in to comment.