Skip to content

Commit ccac708

Browse files
committed
Removed myFrontier port configuration and use as ENLARGE should always be run under HTTPS
1 parent c11e6e2 commit ccac708

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ When installing remlab manager for the first time, you will need to set a few va
3333
myFrontier_IP: This variable defines the IP(s) address(es) of the ENLARGE system(s) used for managing the access to
3434
the remote laboratories. If left empty, the plugin understands that ENLARGE is not used.
3535

36-
myFrontier_port: This variable defines the port(s) used to communicate with the ENLARGE system(s). If left empty, the
37-
plugin understands that ENLARGE is not used.
38-
3936
## 4. Dependencies
4037

4138
This block needs the ejsapp module to be of any use. It works with version 2.2 (or later) of EJSApp. You can find and

lang/en/block_remlab_manager.php

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
$string['default_communication_set'] = "Communication settings. (Only important if you are also using ENLARGE)";
4343
$string['myFrontier_IP'] = "Name and IP address of the ENLARGE server(s)";
4444
$string['myFrontier_IP_description'] = "If you are using ENLARGE (a system that manages connections to remote laboratories resources), you need to provide the IP address of the server that runs the ENLARGE system you want to use. Otherwise, this value will not be used, so you can leave the default value. If you have more than one ENLARGE server (for example, one at 127.0.0.1 and a second one at 127.0.0.2), insert the IP addresses separated by semicolons: 127.0.0.1;127.0.0.2. Additionally, you can provide a name in order to identify each ENLARGE server: 'ENLARGE Madrid'127.0.0.1;'ENLARGE Huelva'127.0.0.2";
45-
$string['myFrontier_port'] = "ENLARGE communication port(s)";
46-
$string['myFrontier_port_description'] = "If you are using ENLARGE (a system that manages connections to remote laboratories resources), you need to provide a valid port for establishing the communications with the ENLARGE server. Otherwise, this value will not be used, so you can leave the default value. If you have more than one ENLARGE server (for example, one using port 443 and a second one also using port 443), insert the values separated by semicolons: 443;443";
4745

4846
// Strings in edit_form.php.
4947
$string['enlarge_header'] = 'Configure ENLARGE for this block instance';

lang/es/block_remlab_manager.php

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
$string['default_communication_set'] = "Opciones de comunicación. (Importante sólo si también usa ENLARGE)";
4343
$string['myFrontier_IP'] = "Nombre y dirección IP del servidor ENLARGE";
4444
$string['myFrontier_IP_description'] = "Si usa ENLARGE (un sistema que gestiona las conexiones a recursos de laboratorios remotos), debe proporcionar la dirección IP del servidor que ejecuta el sistema ENLARGE que desea utilizar. En caso contrario, esta variable no se usa, de modo que puede dejar el valor por defecto. Si tiene más de un servidor ENLARGE (por ejemplo, uno en 127.0.0.1 y otro en 127.0.0.2), inserte las direcciones IP separadas por puntos y comas: 127.0.0.1;127.0.0.2. Además, puede proporcionar un nombre para identificar cada servidor ENLARGE: 'ENLARGE Madrid'127.0.0.1;'ENLARGE Huelva'127.0.0.2";
45-
$string['myFrontier_port'] = "Puerto(s) de comunicación con ENLARGE";
46-
$string['myFrontier_port_description'] = "Si usa ENLARGE (un sistema que gestiona las conexiones a recursos de laboratorios remotos), debe proporcionar un puerto válido para establecer las comunicaciones necesarias con el servidor de ENLARGE. En caso contrario, esta variable no se usa, de modo que puede dejar el valor por defecto. Si tiene más de un servidor ENLARGE (por ejemplo, uno usando el puerto 443 y un segundo usando también el puerto 443), inserte los valores separados por puntos y comas: 443;443";
4745

4846
// Strings in edit_form.php.
4947
$string['enlarge_header'] = 'Configurar ENLARGE para esta instancia del bloque';

settings.php

-9
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,4 @@
4545
PARAM_TEXT,
4646
'13'
4747
));
48-
49-
$settings->add(new admin_setting_configtext(
50-
'block_remlab_manager/myFrontier_port',
51-
get_string('myFrontier_port', 'block_remlab_manager'),
52-
get_string('myFrontier_port_description', 'block_remlab_manager'),
53-
443,
54-
PARAM_TEXT,
55-
'4'
56-
));
5748
}

0 commit comments

Comments
 (0)