
if you reference this function, then it is installed in Dreamweaver, and not inside the file, so when you move the file, Dreamweaver will treat it as different files:
root/index.php
and moved to another place
root/another_folder/index.php
therefore, with every move, this should be reset.
hope this helps
source
share