diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php
index 2a0fffa..473bd4c 100755
--- a/milfs/funciones/funciones.php
+++ b/milfs/funciones/funciones.php
@@ -2578,13 +2578,13 @@ while( $row = mysql_fetch_array( $sql ) ) {
$identificador = explode(',',$row[identificador]);
$identificador = $identificador[0];
if($orden === 0) {$activo = "active";}else{$activo="";}
- //$contenido_desplegado = contenido_mostrar("$row[form_id]","$row[control]",'',"$plantilla");
+ $contenido_desplegado = contenido_mostrar("$row[form_id]","$row[control]",'',"$plantilla");
$campo = buscar_campo_tipo($id,"15");
$id_campo = $campo[0];
$imagen = remplacetas('form_datos','control',$row[control],'contenido',"id_campo = '$id_campo'") ;
$items .= "
-
+
$contenido_desplegado
";
@@ -2597,8 +2597,8 @@ $contenido .= "
-
$nombre[0]
-
$descripcion[0]
+
$nombre[0] $descripcion[0]
+
diff --git a/milfs/images/secure/index.php b/milfs/images/secure/index.php
index 9f27303..dfa5036 100755
--- a/milfs/images/secure/index.php
+++ b/milfs/images/secure/index.php
@@ -11,12 +11,12 @@ if(!isset($_GET['file']) ){
header("Location: ../sinimagen.jpg");
}
- include("includes/datos.php");
-$dir="$path_images_secure";
+ include("../../includes/datos.php");
+$dir="$path_images_secure/";
if ((!$file=realpath($dir.$_GET['file']))
|| strpos($file,realpath($dir))!==0 || substr($file,-4)=='.php'){
//header('HTTP/1.0 404 Not Found');
- header('Location: ../sinimagen.jpg');
+ header("Location: ../sinimagen.jpg?$dir");
exit();
}
$ref=$_SERVER['HTTP_REFERER'];
diff --git a/milfs/includes/upload.php b/milfs/includes/upload.php
old mode 100755
new mode 100644
index 16bb03a..af50115
--- a/milfs/includes/upload.php
+++ b/milfs/includes/upload.php
@@ -30,9 +30,8 @@ if (($tipo == 'image/jpeg' or $tipo =='image/png') AND $size <= $upload_size )
$name = MD5(time())."$ext";
$nombre= "$_SESSION[path_images_secure]/full/".$name;
$imagenX = $_FILES[fileUpload][tmp_name];
-/*$coordenadas = leer_exif($imagenX);
-if($coordenadas !='') { $alerta = "alert('Se han detectado coordenadas en los metadatos de la imagen y se ubicará el mapa en ese lugar.($coordenadas) ');";}
-*/
+$coordenadas = leer_exif($imagenX);
+if($coordenadas !='') { $alerta = "alert('Se han detectado coordenadas en los metadatos de la imagen y se ubicará el mapa en ese lugar.');";}
//if (!copy($_FILES['fileUpload']['tmp_name'],"$nombre"))
if (!move_uploaded_file($_FILES['fileUpload']['tmp_name'],$nombre))
//move_uploaded_file($tmp_name, "$uploads_dir/$name");
@@ -48,10 +47,10 @@ else{
echo generar_miniatura($name,"300");
echo generar_miniatura($name,"600");
///$name= "$name?$coordenadas"
-echo " ";
+echo " ";
}
}
-else echo " ";
+else echo " ";
}
else{
diff --git a/visualizaciones/galeria.php b/visualizaciones/galeria.php
index 15a6dec..69dd484 100644
--- a/visualizaciones/galeria.php
+++ b/visualizaciones/galeria.php
@@ -1,7 +1,26 @@
+
+
+
$campo_limpio[1] $campo_limpio[3]
+
+
+
+*/
require ('milfs/xajax/xajax.inc.php');
$xajax = new xajax();
require ('milfs/funciones/funciones.php');
@@ -48,30 +67,7 @@ $web = remplacetas('empresa','id','1','web') ;
- xajax_formulario_modal('$_REQUEST[id]','','$_REQUEST[c]','$_REQUEST[t]')";} ?>
+
@@ -179,8 +175,7 @@ background-color: black;
@@ -197,42 +192,14 @@ background-color: black;
-
-
-
-
-