From c8e9cf35b5181a3a975edfc6cd4b7e624b50bc49 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 21 Feb 2018 15:32:43 +0000 Subject: [PATCH] make forms available by default svn path=/trunk/; revision=61 --- page.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/page.sh b/page.sh index f68df8e..9b3b10c 100755 --- a/page.sh +++ b/page.sh @@ -17,6 +17,8 @@ # You should have received a copy of the GNU Affero General Public License # along with shcgi. If not, see . +. "${_EXEC}/shcgi/forms.sh" + [ -z "$NAVIGATION" ] \ && NAVIGATION=($(printf %s\\n "${_EXEC}"/pages/*.sh |sed -r 's;^.*/([^/]*)\.sh$;\1;')) -- 2.39.2