1
0
Fork 0

Update api.php

comentar al linea de debugging
This commit is contained in:
humano 2015-07-11 12:39:07 -05:00
parent 307c5dfc93
commit 88ac5ed60c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
session_start();
ini_set('display_errors', 'On');
///ini_set('display_errors', 'On');
require ('xajax/xajax.inc.php');
$xajax = new xajax();
require ('funciones/funciones.php');
@ -13,4 +13,4 @@ header('Content-Type: application/json');
echo json($datos);
?>
?>