#!/bin/bash
set -e

export PHPRC='/etc/phpmyadmin/'
exec /usr/bin/php-cgi7.0 -- "$@"
