Commit 90ec05f6c9a6efcb8d241cc32378a7b227ecf858
1 parent
79921609
config
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app/config/config.ini
@@ -6,7 +6,7 @@ password = 5cZw3rPC | @@ -6,7 +6,7 @@ password = 5cZw3rPC | ||
6 | dbname = analytics | 6 | dbname = analytics |
7 | 7 | ||
8 | [application] | 8 | [application] |
9 | -controllersDir = ../app/library/App/Controllers/ | ||
10 | -modelsDir = ../app/library/App/Controllers/ | ||
11 | -viewsDir = ../app/views/ | 9 | +controllersDir = app/library/App/Controllers/ |
10 | +modelsDir = app/library/App/Controllers/ | ||
11 | +viewsDir = app/views/ | ||
12 | baseUri = / | 12 | baseUri = / |
13 | \ No newline at end of file | 13 | \ No newline at end of file |