diff options
author | xue <> | 2006-05-03 19:13:00 +0000 |
---|---|---|
committer | xue <> | 2006-05-03 19:13:00 +0000 |
commit | 57284b8cfbd15a04d8a23f324e76f694d6bd3dfe (patch) | |
tree | 2f0db3505b33b7260c8ac421abf0c3aaea124fbd /demos/quickstart/protected | |
parent | 641826266aff9d816c8e61569be5ec9d67f7cc89 (diff) |
Fixed #152 - constituent parts of TWizard are exposed
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/application.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index 18eed91e..cd6dd01e 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -10,7 +10,6 @@ <route class="TFileLogRoute" />
</module>
-->
- <module class="THttpRequest" UrlFormat="Path" />
</modules>
<paths>
<using namespace="Application.controls.*" />
|