summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/comandos/RestaurarImagen.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/comandos/RestaurarImagen.php')
-rw-r--r--admin/WebConsole/comandos/RestaurarImagen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/comandos/RestaurarImagen.php b/admin/WebConsole/comandos/RestaurarImagen.php
index 062e2d66..cbd208ea 100644
--- a/admin/WebConsole/comandos/RestaurarImagen.php
+++ b/admin/WebConsole/comandos/RestaurarImagen.php
@@ -189,10 +189,10 @@ function pintaParticiones($cmd,$configuraciones,$idordenadores,$cc,$ambito,$idam
$TBmetodos["MULTICAST-CACHE"]=3;
$TBmetodos["MULTICAST-DIRECT"]=4;
$TBmetodos["TORRENT-CACHE"]=5;
+ $idxc=$_SESSION["protclonacion"];
if ($idxc == "UNICAST") {
$idxc = "UNICAST-DIRECT";
}
- $idxc=$_SESSION["protclonacion"];
echo '<TD>'.HTMLCTESELECT($metodos,"protoclonacion_".$icp,"estilodesple","",$TBmetodos[$idxc],100).'</TD>';
}
echo '</TR>'.chr(13);