mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
6 lines
160 B
JavaScript
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";
|
|
} |