werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

commit 88d76e857326e31b3f6e86b37457bdc9ad7c9fc7
parent 1bd5f8edb8ef33a1a49dcafc3fa9e7c2c7ca3f64
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date:   Wed,  8 Mar 2023 07:38:01 +0000

lassalsj

Diffstat:
Mapps/blagh/app.rc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/apps/blagh/app.rc b/apps/blagh/app.rc @@ -58,6 +58,10 @@ fn blagh_init { notify_errors=$status } } + + if not if (~ $req_path $blagh_uri^*){ + echo 1 + } } }