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 +- demos/hangman/protected/application.xml | 14 -------------- demos/hangman/protected/data/application.xml | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 demos/hangman/protected/application.xml create mode 100644 demos/hangman/protected/data/application.xml (limited to 'demos/hangman') 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 diff --git a/demos/hangman/protected/application.xml b/demos/hangman/protected/application.xml deleted file mode 100644 index 1f91fcff..00000000 --- a/demos/hangman/protected/application.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - Application.data.words - - \ No newline at end of file diff --git a/demos/hangman/protected/data/application.xml b/demos/hangman/protected/data/application.xml new file mode 100644 index 00000000..7cdc3a0b --- /dev/null +++ b/demos/hangman/protected/data/application.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + Application.data.words + + \ No newline at end of file -- cgit v1.2.3