code-igniter-v3-giggi: update release v1
diff --git a/index.php b/index.php
index e505504..818d1cb 100755
--- a/index.php
+++ b/index.php
@@ -97,7 +97,7 @@
  * This variable must contain the name of your "system" directory.
  * Set the path if it is not in the same directory as this file.
  */
-	$system_path = 'system';
+	$system_path = '/var/www/system';
 
 /*
  *---------------------------------------------------------------
@@ -114,7 +114,7 @@
  *
  * NO TRAILING SLASH!
  */
-	$application_folder = 'application';
+	$application_folder = '/var/www/application';
 
 /*
  *---------------------------------------------------------------