forgot this file in the last commit
This commit is contained in:
parent
a3bbdabbaa
commit
39183035fc
1 changed files with 6 additions and 1 deletions
|
@ -126,7 +126,12 @@ function getGlobalOptions() {
|
||||||
allow images to be attached to items, leave this variable empty ("").
|
allow images to be attached to items, leave this variable empty ("").
|
||||||
Trailing / is optional.
|
Trailing / is optional.
|
||||||
*/
|
*/
|
||||||
"image_subdir" => "item_images"
|
"image_subdir" => "item_images",
|
||||||
|
|
||||||
|
/* The number of minutes in between subscription notifications so the subscribers
|
||||||
|
don't get flooded with updates.
|
||||||
|
*/
|
||||||
|
"notify_threshold_minutes" => 60
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue