You can usually use
You can test what it is using:
$_SERVER["DOCUMENT_ROOT"] which is usually /root/path/to/public_html Note there is no trailing slash. Code:
require($_SERVER["DOCUMENT_ROOT"] . '/common.' . $phpEx);Code:
echo $_SERVER["DOCUMENT_ROOT"];exit;Statistics: Posted by thecoalman — Thu Jan 09, 2025 11:22 pm