commit 9341de5a31d57aa0498725976e5d413c8e7e3428
parent 54e9d5c07e5c5d4e2f814d8d3a2aa868512a4bb8
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 18 Nov 2016 21:09:07 +0100
color node this tutorial is about - including back office
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/php/doc/arch.dot b/php/doc/arch.dot
@@ -3,6 +3,7 @@ digraph G {
user[label="Customer browser"];
admin[label="Shop admin"];
Frontend [color="blue"];
+ Backoffice [color="blue"];
subgraph cluster_0 {
Frontend;
Backoffice;