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/TUrlAuthorizationModule.php | |
parent | b767e82ec7bb04e747961e7ecee0e288fde719f0 (diff) |
Inital Checkin of new membership and role providers. Currently still in development
Diffstat (limited to 'framework/Web/Security/TUrlAuthorizationModule.php')
-rw-r--r-- | framework/Web/Security/TUrlAuthorizationModule.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/Web/Security/TUrlAuthorizationModule.php b/framework/Web/Security/TUrlAuthorizationModule.php new file mode 100644 index 00000000..c321d95d --- /dev/null +++ b/framework/Web/Security/TUrlAuthorizationModule.php @@ -0,0 +1,6 @@ +<?php +final class TUrlAuthorizationModule +{ + +} +?>
\ No newline at end of file |