From 147721056aa89fc905990309021edd7497fd932d Mon Sep 17 00:00:00 2001 From: KevBurnsJr Date: Sun, 22 Mar 2009 14:05:20 +0800 Subject: [PATCH] Adding ForwardingForbiddenResponse Signed-off-by: Recess PHP Framework --- .../responses/ForwardingForbiddenResponse.class.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recess/lib/recess/http/responses/ForwardingForbiddenResponse.class.php diff --git a/recess/lib/recess/http/responses/ForwardingForbiddenResponse.class.php b/recess/lib/recess/http/responses/ForwardingForbiddenResponse.class.php new file mode 100644 index 0000000..aa95218 --- /dev/null +++ b/recess/lib/recess/http/responses/ForwardingForbiddenResponse.class.php @@ -0,0 +1,13 @@ +context = $context; + } +} +?> \ No newline at end of file