|
|
@ -99,7 +99,7 @@ var path = require('path'),
|
|
|
|
clientScripts: clientScripts,
|
|
|
|
clientScripts: clientScripts,
|
|
|
|
navigation: custom_header.navigation,
|
|
|
|
navigation: custom_header.navigation,
|
|
|
|
'cache-buster': meta.config['cache-buster'] ? '?v=' + meta.config['cache-buster'] : '',
|
|
|
|
'cache-buster': meta.config['cache-buster'] ? '?v=' + meta.config['cache-buster'] : '',
|
|
|
|
allowRegistration: parseInt(meta.config.allowRegistration, 10) === 1
|
|
|
|
allowRegistration: meta.config.allowRegistration === undefined || parseInt(meta.config.allowRegistration, 10) === 1
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
var uid = '0';
|
|
|
|
var uid = '0';
|
|
|
|