diff options
author | xue <> | 2005-12-23 03:33:21 +0000 |
---|---|---|
committer | xue <> | 2005-12-23 03:33:21 +0000 |
commit | 925c51d0b63b61340ef89462e32e5fb784165428 (patch) | |
tree | 58fbd1918fb4a41400e6ff4fb1d3d7deebe36b4c /demos/hangman/index.php | |
parent | ae8311e9de8d9d467506b74d387500956f164d4d (diff) |
Diffstat (limited to 'demos/hangman/index.php')
-rw-r--r-- | demos/hangman/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/hangman/index.php b/demos/hangman/index.php index af488b0a..97d015b6 100644 --- a/demos/hangman/index.php +++ b/demos/hangman/index.php @@ -1,8 +1,7 @@ <?php
-$basePath=dirname(__FILE__);
-require_once($basePath.'/../../framework/prado.php');
-$application=new TApplication($basePath.'/protected/data/application.xml');
+require_once(dirname(__FILE__).'/../../framework/prado.php');
+$application=new TApplication;
$application->run();
?>
\ No newline at end of file |