From 9d03a10f853c1c5c6d054054dc953865b9ae37a4 Mon Sep 17 00:00:00 2001 From: humano Date: Sat, 11 Jul 2015 09:45:35 -0500 Subject: [PATCH] =?UTF-8?q?inclusi=C3=B3n=20de=20nuevas=20rutinas=20de=20c?= =?UTF-8?q?onexion=20en=20index.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- milfs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs/index.php b/milfs/index.php index 7c2d82b..c2c17f3 100755 --- a/milfs/index.php +++ b/milfs/index.php @@ -7,7 +7,7 @@ require ('funciones/funciones.php'); require ('funciones/convert.php'); require ('funciones/login.php'); require ("includes/markdown.php"); - +require ("funciones/conex.php"); $xajax->processRequests(); //$xajax->debugOn(''); if (isset($_REQUEST['form'])) {$form = $_REQUEST['form'];} else {$form = "";}