memex/settingsUser.js

6 lines
160 B
JavaScript

// READ ME: In order to use these custom settings copy this file into the /content/ folder!
function SettingsUser()
{
this.database = "content/other.ndtl";
}