diff options
author | xue <> | 2005-12-21 17:06:12 +0000 |
---|---|---|
committer | xue <> | 2005-12-21 17:06:12 +0000 |
commit | e08aa82e5e4d2bc06bb8f98654806a15bdefc994 (patch) | |
tree | bfd7e9c2ac2cf365d7a22bfa5dbb0f1d63cbd30a /demos/hangman/index.php | |
parent | 2a940b0f6ce13cb612d3db585aaaf3d49b95885a (diff) |
Added support to global state.
Diffstat (limited to 'demos/hangman/index.php')
-rw-r--r-- | demos/hangman/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/hangman/index.php b/demos/hangman/index.php index 8ec5d000..af488b0a 100644 --- a/demos/hangman/index.php +++ b/demos/hangman/index.php @@ -2,7 +2,7 @@ $basePath=dirname(__FILE__);
require_once($basePath.'/../../framework/prado.php');
-$application=new TApplication($basePath.'/protected/application.xml');
+$application=new TApplication($basePath.'/protected/data/application.xml');
$application->run();
?>
\ No newline at end of file |