Browse Source

Minor: Added docblock

Yannick Warnier 12 years ago
parent
commit
42eda03095
1 changed files with 3 additions and 2 deletions
  1. 3 2
      main/install/index.php

+ 3 - 2
main/install/index.php

@@ -1,6 +1,5 @@
 <?php
 /* For licensing terms, see /license.txt */
-
 /**
  * Chamilo installation
  *
@@ -14,7 +13,9 @@
  * @todo (busy) organise code into functions
  * @package chamilo.install
  */
-
+/**
+ * Init
+ */
 /*		CONSTANTS */
 
 use \ChamiloSession as Session;