inclusión de nuevas rutinas de conexion en index.php
This commit is contained in:
parent
b9b9af3216
commit
9d03a10f85
@ -7,7 +7,7 @@ require ('funciones/funciones.php');
|
|||||||
require ('funciones/convert.php');
|
require ('funciones/convert.php');
|
||||||
require ('funciones/login.php');
|
require ('funciones/login.php');
|
||||||
require ("includes/markdown.php");
|
require ("includes/markdown.php");
|
||||||
|
require ("funciones/conex.php");
|
||||||
$xajax->processRequests();
|
$xajax->processRequests();
|
||||||
//$xajax->debugOn('');
|
//$xajax->debugOn('');
|
||||||
if (isset($_REQUEST['form'])) {$form = $_REQUEST['form'];} else {$form = "";}
|
if (isset($_REQUEST['form'])) {$form = $_REQUEST['form'];} else {$form = "";}
|
||||||
|
Loading…
Reference in New Issue
Block a user