Issue #2960 - deactivate settings.json

Deactivate settings.json in Admin dashboard
This commit is contained in:
LokeshN 2016-05-22 20:58:51 +05:30
parent c5638dd7e5
commit a8d5dc0693
6 changed files with 35 additions and 2 deletions

View file

@ -209,6 +209,11 @@ exports.requireAuthentication = false;
exports.requireAuthorization = false;
exports.users = {};
/*
* Show settings in admin page, by default it is true
*/
exports.showSettingsInAdminPage = true;
//checks if abiword is avaiable
exports.abiwordAvailable = function()
{