summaryrefslogtreecommitdiff
path: root/http/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'http/index.php')
-rw-r--r--http/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/http/index.php b/http/index.php
index c3aa6b8..f5e04d6 100644
--- a/http/index.php
+++ b/http/index.php
@@ -6,6 +6,8 @@ $applicationPath = $basePath . '/../app/php/';
require_once($frameworkPath);
+Prado::setPathOfAlias('Web', $basePath);
+
$application = new TApplication($applicationPath);
$application->run();