Browse Source

Minor: Added docblock

Yannick Warnier 12 năm trước cách đây
mục cha
commit
42eda03095
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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;