diff options
author | emkael <emkael@tlen.pl> | 2016-02-24 23:38:27 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-02-24 23:41:25 +0100 |
commit | 2173f7d7613b5158f4bb2f71a02df353c058c1ee (patch) | |
tree | eac23e40bc497706b862b5d2ca01920c4b37ed92 /http | |
parent | 6e72eace43adc48f0b311c26d66d13315e25fe93 (diff) |
* moving PHP app files to app/php and Python app files to app/python
Diffstat (limited to 'http')
-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 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)) |