Эх сурвалжийг харах

autoload and utility classes

Laurent Opprecht 13 жил өмнө
parent
commit
0f0cabe8dd

+ 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
 {