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.php5
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