summaryrefslogtreecommitdiff
path: root/framework/Web/Security/TAnonymousIdentificationModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Security/TAnonymousIdentificationModule.php')
-rw-r--r--framework/Web/Security/TAnonymousIdentificationModule.php7
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