summaryrefslogtreecommitdiff
path: root/demos/currency-converter
diff options
context:
space:
mode:
authorwei <>2006-12-23 00:31:39 +0000
committerwei <>2006-12-23 00:31:39 +0000
commitc4e3721a21bfe3f4820b595fd69a7baeb55faacb (patch)
treef1014aae785f42f038fda9b7a8a918c82ed2cef9 /demos/currency-converter
parent7ef01f4917eb854aca44bf28035a81cd1910c29a (diff)
change currency converter index.php
Diffstat (limited to 'demos/currency-converter')
-rw-r--r--demos/currency-converter/index.php2
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";