@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * Index of the Advanced subscription plugin courses list |
|
5 | - * @package chamilo.plugin.advanced_subscription |
|
6 | - */ |
|
4 | + * Index of the Advanced subscription plugin courses list |
|
5 | + * @package chamilo.plugin.advanced_subscription |
|
6 | + */ |
|
7 | 7 | /** |
8 | - * Init |
|
9 | - */ |
|
8 | + * Init |
|
9 | + */ |
|
10 | 10 | require_once __DIR__ . '/../config.php'; |
11 | 11 | // protect |
12 | 12 | api_protect_admin_script(); |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * Script to show sessions terms and conditions |
|
5 | - * @package chamilo.plugin.advanced_subscription |
|
6 | - */ |
|
4 | + * Script to show sessions terms and conditions |
|
5 | + * @package chamilo.plugin.advanced_subscription |
|
6 | + */ |
|
7 | 7 | /** |
8 | - * Init |
|
9 | - */ |
|
8 | + * Init |
|
9 | + */ |
|
10 | 10 | require_once __DIR__ . '/../config.php'; |
11 | 11 | // start plugin |
12 | 12 | $plugin = AdvancedSubscriptionPlugin::create(); |
@@ -1,9 +1,9 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * A script to test session details by user web service |
|
5 | - * @package chamilo.plugin.advanced_subscription |
|
6 | - */ |
|
4 | + * A script to test session details by user web service |
|
5 | + * @package chamilo.plugin.advanced_subscription |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Init |
@@ -57,8 +57,8 @@ discard block |
||
57 | 57 | //error_log($secret_key.'-'.$security_key); |
58 | 58 | } |
59 | 59 | /** |
60 | - * End WSHelperVerifyKey |
|
61 | - */ |
|
60 | + * End WSHelperVerifyKey |
|
61 | + */ |
|
62 | 62 | |
63 | 63 | $params['secret_key'] = sha1($security_key); |
64 | 64 |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | /** |
4 | - * Script to receipt request to subscribe and confirmation action to queue |
|
5 | - * @author Daniel Alejandro Barreto Alva <[email protected]> |
|
6 | - * @package chamilo.plugin.advanced_subscription |
|
7 | - */ |
|
4 | + * Script to receipt request to subscribe and confirmation action to queue |
|
5 | + * @author Daniel Alejandro Barreto Alva <[email protected]> |
|
6 | + * @package chamilo.plugin.advanced_subscription |
|
7 | + */ |
|
8 | 8 | /** |
9 | - * Init |
|
10 | - */ |
|
9 | + * Init |
|
10 | + */ |
|
11 | 11 | require_once __DIR__ . '/../config.php'; |
12 | 12 | |
13 | 13 | $plugin = AdvancedSubscriptionPlugin::create(); |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * This script is a configuration file for the date plugin. You can use it as a master for other platform plugins (course plugins are slightly different). |
|
5 | - * These settings will be used in the administration interface for plugins (Chamilo configuration settings->Plugins) |
|
6 | - * @package chamilo.plugin.advanced_subscription |
|
7 | - */ |
|
4 | + * This script is a configuration file for the date plugin. You can use it as a master for other platform plugins (course plugins are slightly different). |
|
5 | + * These settings will be used in the administration interface for plugins (Chamilo configuration settings->Plugins) |
|
6 | + * @package chamilo.plugin.advanced_subscription |
|
7 | + */ |
|
8 | 8 | /** |
9 | - * Plugin details (must be present) |
|
10 | - */ |
|
9 | + * Plugin details (must be present) |
|
10 | + */ |
|
11 | 11 | require_once __DIR__ . '/config.php'; |
12 | 12 | $plugin_info = AdvancedSubscriptionPlugin::create()->get_info(); |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * This script is included by main/admin/settings.lib.php when unselecting a plugin |
|
5 | - * and is meant to remove things installed by the install.php script in both |
|
6 | - * the global database and the courses tables |
|
7 | - * @package chamilo.plugin.advanced_subscription |
|
4 | + * This script is included by main/admin/settings.lib.php when unselecting a plugin |
|
5 | + * and is meant to remove things installed by the install.php script in both |
|
6 | + * the global database and the courses tables |
|
7 | + * @package chamilo.plugin.advanced_subscription |
|
8 | 8 | */ |
9 | 9 | |
10 | 10 | /** |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * This script is included by main/admin/settings.lib.php and generally |
|
5 | - * includes things to execute in the main database (settings_current table) |
|
6 | - * @package chamilo.plugin.advanced_subscription |
|
7 | - */ |
|
4 | + * This script is included by main/admin/settings.lib.php and generally |
|
5 | + * includes things to execute in the main database (settings_current table) |
|
6 | + * @package chamilo.plugin.advanced_subscription |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Initialization |
@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | $resubscriptionLimit = Resubscription::create()->get('resubscription_limit'); |
33 | 33 | |
34 | - // Initialize variables as a calendar year by default |
|
34 | + // Initialize variables as a calendar year by default |
|
35 | 35 | $limitDateFormat = 'Y-01-01'; |
36 | 36 | $limitDate = gmdate($limitDateFormat); |
37 | 37 | $resubscriptionOffset = "1 year"; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Definition of OpenMeetings session class |
|
4 | - * @package chamilo.plugin.openmeetings |
|
5 | - */ |
|
3 | + * Definition of OpenMeetings session class |
|
4 | + * @package chamilo.plugin.openmeetings |
|
5 | + */ |
|
6 | 6 | namespace Chamilo\Plugin\OpenMeetings; |
7 | 7 | |
8 | 8 | /** |