Update api.php
Nuevas funciones para la API
This commit is contained in:
parent
1f1f47f052
commit
11efc27d41
@ -1,14 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
session_start();
|
session_start();
|
||||||
///ini_set('display_errors', 'On');
|
//ini_set('display_errors', 'On');
|
||||||
require ('xajax/xajax.inc.php');
|
require ('xajax/xajax.inc.php');
|
||||||
$xajax = new xajax();
|
$xajax = new xajax();
|
||||||
require ('funciones/funciones.php');
|
require ('funciones/funciones.php');
|
||||||
|
require ('funciones/convert.php');
|
||||||
|
require ("includes/markdown.php");
|
||||||
require ("funciones/conex.php");
|
require ("funciones/conex.php");
|
||||||
|
|
||||||
$datos[id]=$_REQUEST[id];
|
$datos[id]=$_REQUEST[id];
|
||||||
$datos[identificador]=$_REQUEST[identificador];
|
$datos[identificador]=$_REQUEST[identificador];
|
||||||
$datos[dato]=$_REQUEST[dato];
|
$datos[dato]=$_REQUEST[dato];
|
||||||
|
$datos[inicio]=$_REQUEST[inicio];
|
||||||
|
$datos[fin]=$_REQUEST[fin];
|
||||||
|
$datos[tipo]=$_REQUEST[tipo];
|
||||||
|
|
||||||
header('Content-Type: application/json');
|
header('Content-Type: application/json');
|
||||||
|
|
||||||
echo json($datos);
|
echo json($datos);
|
||||||
|
Loading…
Reference in New Issue
Block a user