summaryrefslogtreecommitdiff
path: root/framework/Web/Security/TAnonymousIdentificationModule.php
blob: 1735edf1c0214b017f86cbb453b83608dbf436c3 (plain)
1
2
3
4
5
6
7
<?php
Prado::using('System.Web.IHttpModule');
final class TAnonymousIdentificationModule implements IHttpModule 
{
	
}
?>