From b6e416a4166cee5ae7740c22143ba4d8f6719a73 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Wed, 9 May 2018 07:11:45 +0000 Subject: [PATCH] Improves instructions --- Connections/database_functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Connections/database_functions.php b/Connections/database_functions.php index c426f7d..df84f6d 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -285,7 +285,8 @@ define('SHOW_SHOP_ID',0); **************/ // Allow comments/feedback/notes to be added per individual_history_log in reports, // and globally in shop_log. An etherpad host has to be defined for this to work. -// See wiki for instructions on how to setup an etherpad docker instance. +// See wiki for instructions on how to setup an etherpad docker instance or just go to +// https://github.com/fspc/etherpad-and-draw-node-alpine // // prefix allows you to set a prefix to the name of the autogenerated padId: // etherpad = prefix + "pad_contact_id_" + contact_id;