<div dir="ltr">In Drupal v7.0 index.php file:<br><br><span class="gI">define(&#39;DRUPAL_ROOT&#39;, getcwd());<br><br>What is the point of using </span><span class="gI">getcwd() and not<br>dirname(__FILE__) <br>instead?<br>
</span><span class="gI">getcwd() will rely on </span>the directory set by web server, right? while <span class="gI">dirname(__FILE__)  is independent.<br><br>I used to hack bootstrap.inc in Drupal-6.x to add this constant, but now it appears in every .php file directly inside the Drupal directory, what about moving it to bootstrap.inc?<br>
<br>Thanks,</span><br>-- <br><div dir="ltr">----------------------<br><a href="http://massar.sy/">http://massar.sy/</a><br></div><br>
</div>