summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c0e02d611..43c87ba95 100644
--- a/index.php
+++ b/index.php
@@ -7,4 +7,4 @@
*
*/
-include 'public_html/index.php';
+include dirname(__FILE__).'/public_html/index.php';