From 2173f7d7613b5158f4bb2f71a02df353c058c1ee Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 24 Feb 2016 23:38:27 +0100 Subject: * moving PHP app files to app/php and Python app files to app/python --- http/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http') 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)) -- cgit v1.2.3