@@ -21,11 +21,11 @@ |
||
21 | 21 | use Dolibarr\Code\WebPortal\Classes\Context; |
22 | 22 | use Dolibarr\Code\WebPortal\Classes\Controller; |
23 | 23 | |
24 | - /** |
|
25 | - * \file htdocs/webportal/controllers/default.controller.class.php |
|
26 | - * \ingroup webportal |
|
27 | - * \brief This file is a controller for default |
|
28 | - */ |
|
24 | + /** |
|
25 | + * \file htdocs/webportal/controllers/default.controller.class.php |
|
26 | + * \ingroup webportal |
|
27 | + * \brief This file is a controller for default |
|
28 | + */ |
|
29 | 29 | |
30 | 30 | /** |
31 | 31 | * Class for DefaultController |
@@ -21,14 +21,14 @@ |
||
21 | 21 | use Dolibarr\Code\WebPortal\Classes\Context; |
22 | 22 | use Dolibarr\Code\WebPortal\Classes\Controller; |
23 | 23 | |
24 | - /** |
|
25 | - * \file htdocs/webportal/controllers/login.controller.class.php |
|
26 | - * \ingroup webportal |
|
27 | - * \brief This file is a controller for login |
|
28 | - */ |
|
24 | + /** |
|
25 | + * \file htdocs/webportal/controllers/login.controller.class.php |
|
26 | + * \ingroup webportal |
|
27 | + * \brief This file is a controller for login |
|
28 | + */ |
|
29 | 29 | /** |
30 | - * Class for LoginController |
|
31 | - */ |
|
30 | + * Class for LoginController |
|
31 | + */ |
|
32 | 32 | class LoginController extends Controller |
33 | 33 | { |
34 | 34 | /** |
@@ -21,11 +21,11 @@ |
||
21 | 21 | use Dolibarr\Code\WebPortal\Classes\Context; |
22 | 22 | use Dolibarr\Code\WebPortal\Classes\Controller; |
23 | 23 | |
24 | - /** |
|
25 | - * \file htdocs/webportal/controllers/document.controller.class.php |
|
26 | - * \ingroup webportal |
|
27 | - * \brief This file is a controller for documents |
|
28 | - */ |
|
24 | + /** |
|
25 | + * \file htdocs/webportal/controllers/document.controller.class.php |
|
26 | + * \ingroup webportal |
|
27 | + * \brief This file is a controller for documents |
|
28 | + */ |
|
29 | 29 | |
30 | 30 | require_once constant('DOL_DOCUMENT_ROOT') . '/core/lib/files.lib.php'; |
31 | 31 |