LPH
Well-known member
Hi,
Are there documents or posts showing more information regarding this? A search on this site brings up 2010 discussions. A search in the code doesn't show anything obvious ... *
Specifically, I'm trying to figure out how to get the XenForo root installation. I can get the data root
But I'd like to get the root and not the data path.
Thank you.
* Anything obvious ... like the $fileDir
Are there documents or posts showing more information regarding this? A search on this site brings up 2010 discussions. A search in the code doesn't show anything obvious ... *
Specifically, I'm trying to figure out how to get the XenForo root installation. I can get the data root
Code:
echo XenForo_Helper_File::getExternalDataPath();
But I'd like to get the root and not the data path.
Thank you.
* Anything obvious ... like the $fileDir
Code:
XenForo_Application::initialize($fileDir......);