#!/bin/bash
DIR="$(dirname "$0")/.."
php -d error_log=/home/tiikman/php.log -d error_reporting=32767 -d auto_prepend_file=$DIR/prepend.php "$@"

