# You should have received a copy of the GNU Affero General Public License
# along with cgilite. If not, see <http://www.gnu.org/licenses/>.
+[ -n "$include_fileserve" ] && return 0
+include_fileserve="$0"
+
file_type(){
case ${1##*.} in
html|html) printf 'text/html';;
# You should have received a copy of the GNU Affero General Public License
# along with CGIlite. If not, see <http://www.gnu.org/licenses/>.
+[ -n "$include_storage" ] && return 0
+include_storage="$0"
+
LOCK(){
lock="${1}.lock"
timeout="${2-20}"