From f533a1d313eb2121c156bf7a25b338e686afa00b Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 19 Apr 2016 14:00:07 +0200 Subject: * moving assets to custom directory --- http/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'http/index.php') diff --git a/http/index.php b/http/index.php index 26d9992..24743f8 100644 --- a/http/index.php +++ b/http/index.php @@ -3,7 +3,7 @@ // The following directory checks may be removed if performance is required $basePath = dirname(__FILE__); $frameworkPath = $basePath . '/../lib/prado/framework/prado.php'; -$assetsPath = $basePath . '/assets/'; +$assetsPath = $basePath . '/_assets/'; $applicationPath = $basePath . '/../app/php/'; $runtimePath = $basePath . '/../cache/prado/'; @@ -19,3 +19,5 @@ require_once($frameworkPath); $application = new TApplication($applicationPath); $application->run(); + +?> -- cgit v1.2.3