<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
#!/bin/sh
set -e
# Automatically added by dh_nginx/UNDECLARED
if [ "$1" = "purge" ] ; then
	for confpair in mod-http-image-filter.conf:50-mod-http-image-filter.conf  ; do
		from=$(echo $confpair | cut -d: -f1)
		to=$(echo $confpair | cut -d: -f2)

		if [ -L /etc/nginx/modules-enabled/$to ]; then
			rm /etc/nginx/modules-enabled/$to
		fi
		if [ -L /etc/nginx/modules-enabled/$to.removed ]; then
			rm /etc/nginx/modules-enabled/$to.removed
		fi
	done
fi

if [ "$1" = "remove" ] ; then
	for confpair in mod-http-image-filter.conf:50-mod-http-image-filter.conf  ; do
		from=$(echo $confpair | 