#!/bin/sh . "$_EXEC/cgilite/cgilite.sh" . "$_EXEC/tools.sh" . "$_EXEC/acl.sh" page="$1" page_abs="$(page_abs "$page")" if ! acl_read "$page_abs"; then return 0 elif [ ! "$(which git)" ]; then printf '
GIT is not available to handle revisioning.
' fi printf '\n'