Removed faulty basepath default setting.
This commit is contained in:
parent
2b69f40405
commit
5a6e793f78
1 changed files with 0 additions and 3 deletions
|
@ -263,9 +263,6 @@ void createAccount (std::string account){
|
||||||
Controller::Storage["account"][uname]["password"] = Secure::md5(pword);
|
Controller::Storage["account"][uname]["password"] = Secure::md5(pword);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( !Controller::Storage["config"].isMember("basePath")){
|
|
||||||
Controller::Storage["config"]["basePath"] = Util::getMyPath();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
///\brief The main entry point for the controller.
|
///\brief The main entry point for the controller.
|
||||||
|
|
Loading…
Add table
Reference in a new issue