From 0f0cabe8ddfc08ef5ada3fcc8ccfa252b1094e00 Mon Sep 17 00:00:00 2001 From: Laurent Opprecht Date: Mon, 16 Apr 2012 11:23:00 +0200 Subject: [PATCH] autoload and utility classes --- main/inc/lib/request.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main/inc/lib/request.class.php b/main/inc/lib/request.class.php index d5ae0c2397..86a9de5aaa 100644 --- a/main/inc/lib/request.class.php +++ b/main/inc/lib/request.class.php @@ -1,9 +1,10 @@ + * Provides access to various HTTP request elements: GET, POST, FILE, etc paramaters. + + * @license see /license.txt + * @author Laurent Opprecht for the Univesity of Geneva */ class Request {