summaryrefslogtreecommitdiff
path: root/demos/hangman/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'demos/hangman/index.php')
-rw-r--r--demos/hangman/index.php2
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