diff options
author | ctrlaltca <> | 2012-07-10 23:43:14 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-10 23:43:14 +0000 |
commit | 37c4c3b158994707ab502b1b9bf4994872deeace (patch) | |
tree | 792cc8428714a7a8945592e151aa5eb6b09ef912 /framework/Web/UI/TPage.php | |
parent | 811d3d6880c85e80c4dc6194ed87edb4bfa2af3d (diff) |
TSecurityManager: make it able to use any hashing/crypto algorithm supported by php; use php built-in functions when available
Diffstat (limited to 'framework/Web/UI/TPage.php')
-rw-r--r-- | framework/Web/UI/TPage.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index c227562c..cc1a480a 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -1339,5 +1339,3 @@ class TPageStateFormatter return null;
}
}
-
-?>
\ No newline at end of file |