Pārlūkot izejas kodu

autoload and utility classes

Laurent Opprecht 13 gadi atpakaļ
vecāks
revīzija
0f0cabe8dd
1 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  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
 {