Improve code style in Tour plugin - refs #7279
parent
13716b604b
commit
0c02ca4c12
@ -1,12 +1,10 @@ |
||||
<?php |
||||
|
||||
/* For licensing terms, see /license.txt */ |
||||
|
||||
/** |
||||
* Initialization install |
||||
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com> |
||||
* @package chamilo.plugin.tour |
||||
*/ |
||||
require_once dirname(__FILE__) . '/config.php'; |
||||
require_once __DIR__ . '/config.php'; |
||||
|
||||
Tour::create()->install(); |
||||
|
@ -1,12 +1,10 @@ |
||||
<?php |
||||
|
||||
/* For licensing terms, see /license.txt */ |
||||
|
||||
/** |
||||
* Initialization uninstall |
||||
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com> |
||||
* @package chamilo.plugin.tour |
||||
*/ |
||||
require_once dirname(__FILE__) . '/config.php'; |
||||
require_once __DIR__ . '/config.php'; |
||||
|
||||
Tour::create()->uninstall(); |
||||
|
Loading…
Reference in new issue