diff options
author | wei <> | 2006-12-23 00:31:39 +0000 |
---|---|---|
committer | wei <> | 2006-12-23 00:31:39 +0000 |
commit | c4e3721a21bfe3f4820b595fd69a7baeb55faacb (patch) | |
tree | f1014aae785f42f038fda9b7a8a918c82ed2cef9 | |
parent | 7ef01f4917eb854aca44bf28035a81cd1910c29a (diff) |
change currency converter index.php
-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"; |