diff options
Diffstat (limited to 'demos/currency-converter')
-rw-r--r-- | demos/currency-converter/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/currency-converter/index.php b/demos/currency-converter/index.php index 9471651b..ff579e90 100644 --- a/demos/currency-converter/index.php +++ b/demos/currency-converter/index.php @@ -1,8 +1,8 @@ <?php -$frameworkPath='/Users/weizhuo/Sites/prado-trunk/framework/prado.php'; /** The directory checks may be removed if performance is required **/ $basePath=dirname(__FILE__); +$frameworkPath=$basePath.'/../../framework/prado.php'; $assetsPath=$basePath."/assets"; $runtimePath=$basePath."/protected/runtime"; |