diff options
author | jrags <> | 2006-09-19 03:04:28 +0000 |
---|---|---|
committer | jrags <> | 2006-09-19 03:04:28 +0000 |
commit | 2c8fcb129c45faecd1a480c44f8a1708f768b91d (patch) | |
tree | 43c0ad8bb4c8f669ef242f278de9ffa12d20b93c /framework/Web/Security/TAnonymousIdentificationModule.php | |
parent | b767e82ec7bb04e747961e7ecee0e288fde719f0 (diff) |
Inital Checkin of new membership and role providers. Currently still in development
Diffstat (limited to 'framework/Web/Security/TAnonymousIdentificationModule.php')
-rw-r--r-- | framework/Web/Security/TAnonymousIdentificationModule.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/Web/Security/TAnonymousIdentificationModule.php b/framework/Web/Security/TAnonymousIdentificationModule.php new file mode 100644 index 00000000..1735edf1 --- /dev/null +++ b/framework/Web/Security/TAnonymousIdentificationModule.php @@ -0,0 +1,7 @@ +<?php +Prado::using('System.Web.IHttpModule'); +final class TAnonymousIdentificationModule implements IHttpModule +{ + +} +?>
\ No newline at end of file |