summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/index.php b/http/index.php
index 1d47a53..26d9992 100644
--- a/http/index.php
+++ b/http/index.php
@@ -4,7 +4,7 @@
$basePath = dirname(__FILE__);
$frameworkPath = $basePath . '/../lib/prado/framework/prado.php';
$assetsPath = $basePath . '/assets/';
-$applicationPath = $basePath . '/../include/';
+$applicationPath = $basePath . '/../app/php/';
$runtimePath = $basePath . '/../cache/prado/';
if(!is_file($frameworkPath))