realpath(DOCUMENT_ROOT) failed. You may need " . "to set \$min_documentRoot manually (hopefully realpath() is not " . "broken in your environment).

"; } if (0 !== strpos(realpath(__FILE__), realpath($_SERVER['DOCUMENT_ROOT']))) { echo "

DOCUMENT_ROOT doesn't contain this file. You may " . " need to set \$min_documentRoot manually

"; } if (isset($_SERVER['SUBDOMAIN_DOCUMENT_ROOT'])) { echo "

\$_SERVER['SUBDOMAIN_DOCUMENT_ROOT'] is set. " . "You may need to set \$min_documentRoot to this in config.php

"; } } //*/