From e738329c263f493110d9c7bacd29c983ba9f583b Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 11 Feb 2015 07:11:05 +0100 Subject: [PATCH] some documentation added --- DOC/flowcharts.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 DOC/flowcharts.txt diff --git a/DOC/flowcharts.txt b/DOC/flowcharts.txt new file mode 100644 index 0000000..db5d10a --- /dev/null +++ b/DOC/flowcharts.txt @@ -0,0 +1,10 @@ +brisk_cds_execute + cds->execute("tor_chk", + cds->execute("proxy_chk", + + ($cmd_cls = $this->cmd_cls[$name];) + + Tor_chk_cmd_cls->create + + Proxy_chk_cmd_cls->create + (if header filled, return TRUE and call postprocess func) -- 2.17.1