minor fixes
This commit is contained in:
parent
5e050e45fe
commit
a287740880
|
@ -24,7 +24,7 @@
|
|||
// Configuration ///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// tracker state
|
||||
require('../mysql.config.php')
|
||||
require('../mysql.config.php');
|
||||
// Tracker Operations //////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// fatal error, stop execution
|
||||
|
|
|
@ -2,6 +2,6 @@ ActiveRecord::Base.establish_connection(
|
|||
:adapter => "mysql2",
|
||||
:host => "localhost",
|
||||
:username => "root",
|
||||
:password => "howareyou",
|
||||
:password => "",
|
||||
:database => "peertracker"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user