diff options
Diffstat (limited to 'demos/hangman/protected/data/application.xml')
-rw-r--r-- | demos/hangman/protected/data/application.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/demos/hangman/protected/data/application.xml b/demos/hangman/protected/data/application.xml deleted file mode 100644 index 7cdc3a0b..00000000 --- a/demos/hangman/protected/data/application.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-
-<application id="hangman" mode="Debug">
- <paths>
- <alias id="Application" path=".." />
- <alias id="Pages" path="../pages" />
- </paths>
- <services>
- <service id="page" BasePath="Pages" DefaultPage="home" />
- </services>
- <parameters>
- <parameter id="wordFile">Application.data.words</parameter>
- </parameters>
-</application>
\ No newline at end of file |