From 82621f4f0a7e47314222fa3b21a0745425e1248b Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 14 May 2007 11:40:22 +0000 Subject: moving unfinished files to dev branch. --- framework/Web/Security/TCookieProtection.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 framework/Web/Security/TCookieProtection.php (limited to 'framework/Web/Security/TCookieProtection.php') diff --git a/framework/Web/Security/TCookieProtection.php b/framework/Web/Security/TCookieProtection.php deleted file mode 100644 index 2a757898..00000000 --- a/framework/Web/Security/TCookieProtection.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @version $Id: TCookieProtection.php 1398 2006-09-08 19:31:03Z xue $ - * @package System.Web.Security - * @since 3.1 - */ -class TCookieProtection extends TEnumerable -{ - const All='All'; - const Encryption='Encryption'; - const None='None'; - const Validation='Validation'; -} -?> \ No newline at end of file -- cgit v1.2.3