aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-03-29 18:32:41 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:25 -0400
commit0283f4aaef854c625cf3b7a072bdbb682dc1d765 (patch)
tree6e1ef2a760b314598ae3119cd8d8f50288da4bcc /org/default_paths.org
parent0.10.0 search sqlite & cgi (diff)
cgi.d by Adam Ruppe used, license Boost
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/org/default_paths.org b/org/default_paths.org
index 789d94e..20dae9e 100644
--- a/org/default_paths.org
+++ b/org/default_paths.org
@@ -1647,7 +1647,10 @@ template spinePathsSQLiteCGI() {
return ("src/".chainPath(base_filename(cgi_search_form_d)).asNormalizedPath).array;
}
string search_form_path_out() {
- return (src.chainPath((cgi_search_form_d)).asNormalizedPath).array;
+ return (src.chainPath(cgi_search_form_d).asNormalizedPath).array;
+ }
+ string cgi_d_path_out() {
+ return (src.chainPath("cgi.d").asNormalizedPath).array;
}
}
return _PathsStruct();