#!/bin/bash

. ${TOOLKIT}-functions.sh

case $DISTRIB_CODENAME in
  daedalus)
  	putwarning "LINFO, PHP 8 not supported"  \
		"this version of Linfo doesn't work with PHP 8.*, disabled"
	file="/etc/apache2/conf.d/ku-linfo.conf"
	[ -f "$file" ] && rm "$file"
	exit 1
esac

exit 0
