$_server["document_root"]

Hi all,

I have just got a reseller account at mesopia.com and when I look at phpinfo().

Document-root pointe to someone else account and change sometimes...

3 days ago:
<? $test= $_SERVER["DOCUMENT_ROOT"]; echo "$test"; ?>
/home/accent/public_html

today:
<? $test= $_SERVER["DOCUMENT_ROOT"]; echo "$test"; ?>
/home/bmrwebr/public_html


how can I change it to my own account name ?

Of course I have asked help to mesopia.com but Jay answer me:
You will need to look at your code, there is no server end issue - thus, nothing we can do.
Thanks in advance for your help
Christophe$_server[

 

 

 

 

Top