Index: temp/trunk/html/index.php
===================================================================
--- temp/trunk/html/index.php	(revision 3712)
+++ temp/trunk/html/index.php	(revision 3714)
@@ -12,4 +12,8 @@
 }
 
+
+sfprintr("a");
+
+
 $objPage = new LC_Page();
 $conn = new SC_DBConn();
Index: temp/trunk/html/__default.php
===================================================================
--- temp/trunk/html/__default.php	(revision 3707)
+++ temp/trunk/html/__default.php	(revision 3714)
@@ -1,4 +1,5 @@
 <?php
-require_once($_SERVER['DOCUMENT_ROOT'] . "require.php");
+$PHP_DIR = realpath(dirname( __FILE__));
+require_once($PHP_DIR . "require.php");
 
 class LC_Page {
@@ -9,4 +10,7 @@
 	}
 }
+
+sfprintr($PHP_DIR);
+
 $objPage = new LC_Page();
 $objView = new SC_SiteView();
