diff options
Diffstat (limited to 'http/index.php')
-rw-r--r-- | http/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/index.php b/http/index.php index 5519aa6..1bb46ce 100644 --- a/http/index.php +++ b/http/index.php @@ -1,7 +1,7 @@ <?php $basePath = dirname(__FILE__); -$applicationPath = $basePath . '/../app/php/'; +$applicationPath = $basePath . '/../app/frontend/'; $libPath = $basePath . '/../lib/'; $frameworkPath = $libPath . 'prado/framework/prado.php'; |