From b0195711dfab7f961141e356f68e9afeb6546696 Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 28 Nov 2018 05:40:43 -0500 Subject: [PATCH] MD en api --- api.php | 3 ++- funciones/funciones.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api.php b/api.php index ed6cb89..15bf4dc 100644 --- a/api.php +++ b/api.php @@ -4,9 +4,10 @@ ini_set('display_errors', 'On'); require ('xajax/xajax.inc.php'); $xajax = new xajax(); +include ('librerias/parsedown/Parsedown.php'); require ('funciones/funciones.php'); require ('funciones/convert.php'); -require ("includes/markdown.php"); +//require ("includes/markdown.php"); require ("funciones/conex.php"); @$datos['id']=$_REQUEST['id']; @$datos['identificador']=$_REQUEST['identificador']; diff --git a/funciones/funciones.php b/funciones/funciones.php index 6c059f9..f008107 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13691,7 +13691,7 @@ if (mysqli_num_rows($sql)!='0'){ $contenido = " - Ampliar mapa xx + Ampliar mapa "; }else{ $contenido ="
No se ha definido un token de mapbox
";} } }