summaryrefslogtreecommitdiff
path: root/demos/time-tracker
diff options
context:
space:
mode:
Diffstat (limited to 'demos/time-tracker')
-rw-r--r--demos/time-tracker/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/time-tracker/index.php b/demos/time-tracker/index.php
index ec14639e..9a03ed65 100644
--- a/demos/time-tracker/index.php
+++ b/demos/time-tracker/index.php
@@ -6,7 +6,7 @@ $frameworkPath='../../framework/prado.php';
$assetsPath=$basePath."/assets";
$runtimePath=$basePath."/protected/runtime";
-$sqliteDbDir = $basePath."/protected/App_Data/Sqlite";
+$sqliteDbDir = $basePath."/protected/App_Data/SQLite";
if(!is_file($frameworkPath))
die("Unable to find prado framework path $frameworkPath.");