Bläddra i källkod

autoload and utility classes

Laurent Opprecht 13 år sedan
förälder
incheckning
0f0cabe8dd
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4 3
      main/inc/lib/request.class.php

+ 4 - 3
main/inc/lib/request.class.php

@@ -1,9 +1,10 @@
 <?php
 
 /**
- * Description of request
- *
- * @author Laurent Opprecht <laurent@opprecht.info>
+ * Provides access to various HTTP request elements: GET, POST, FILE, etc paramaters.
+ 
+ * @license see /license.txt
+ * @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva
  */
 class Request
 {