diff options
Diffstat (limited to 'demos/time-tracker/index.php')
-rw-r--r-- | demos/time-tracker/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/time-tracker/index.php b/demos/time-tracker/index.php index afada2c1..0f8f412a 100644 --- a/demos/time-tracker/index.php +++ b/demos/time-tracker/index.php @@ -1,7 +1,7 @@ <?php
$basePath=dirname(__FILE__);
-$frameworkPath='../../framework/prado.php';
+$frameworkPath='../../framework/pradolite.php';
$assetsPath=$basePath."/assets";
$runtimePath=$basePath."/protected/runtime";
|