From e08aa82e5e4d2bc06bb8f98654806a15bdefc994 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 21 Dec 2005 17:06:12 +0000 Subject: Added support to global state. --- demos/hangman/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/hangman/index.php') 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 -- cgit v1.2.3