Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2457

phpBB Custom Coding • Re: Manually insert users into PHPBB3

$
0
0
You can usually use $_SERVER["DOCUMENT_ROOT"] which is usually /root/path/to/public_html Note there is no trailing slash.

Code:

require($_SERVER["DOCUMENT_ROOT"] . '/common.' . $phpEx);
You can test what it is using:

Code:

echo $_SERVER["DOCUMENT_ROOT"];exit;

Statistics: Posted by thecoalman — Thu Jan 09, 2025 11:22 pm



Viewing all articles
Browse latest Browse all 2457

Trending Articles