mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 10:15:55 +02:00
* NO CARRIER :)
This commit is contained in:
parent
1cb95bd44e
commit
64c8d83559
2 changed files with 10 additions and 2 deletions
|
@ -131,7 +131,8 @@ function initialize(cb) {
|
|||
var propLoadOpts = {
|
||||
userId : 1,
|
||||
names : [ 'real_name', 'sex', 'email_address' ],
|
||||
}
|
||||
};
|
||||
|
||||
user.loadProperties(propLoadOpts, function propsLoaded(err, props) {
|
||||
if(!err) {
|
||||
conf.config.general.sysOp = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue