forked from qwerty/milfs
separación de la funcion conectarse() en un archivo independiente para facilitar interoperatividad con otras aplicaciones
This commit is contained in:
parent
86af73f770
commit
0831dd64c3
@ -1,9 +1,10 @@
|
||||
<?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');
|
||||
require ("funciones/conex.php");
|
||||
|
||||
$datos[id]=$_REQUEST[id];
|
||||
$datos[identificador]=$_REQUEST[identificador];
|
||||
|
@ -6,6 +6,7 @@ $xajax = new xajax();
|
||||
require ('funciones/funciones.php');
|
||||
require ('funciones/convert.php');
|
||||
require ('funciones/login.php');
|
||||
require ("funciones/conex.php");
|
||||
$xajax->processRequests();
|
||||
|
||||
?>
|
||||
|
@ -7,6 +7,7 @@ $xajax = new xajax();
|
||||
require ('milfs/funciones/funciones.php');
|
||||
require ('milfs/funciones/convert.php');
|
||||
require ('milfs/funciones/login.php');
|
||||
require ("milfs/funciones/conex.php");
|
||||
$xajax->processRequests();
|
||||
$logo = remplacetas('empresa','id','1','imagen') ;
|
||||
$direccion = remplacetas('empresa','id','1','direccion') ;
|
||||
|
@ -7,6 +7,7 @@ $xajax = new xajax();
|
||||
require ('milfs/funciones/funciones.php');
|
||||
require ('milfs/funciones/convert.php');
|
||||
require ('milfs/funciones/login.php');
|
||||
require ("milfs/funciones/conex.php");
|
||||
$xajax->processRequests();
|
||||
$logo = remplacetas('empresa','id','1','imagen') ;
|
||||
$direccion = remplacetas('empresa','id','1','direccion') ;
|
||||
|
@ -7,6 +7,7 @@ $xajax = new xajax();
|
||||
require ('milfs/funciones/funciones.php');
|
||||
require ('milfs/funciones/convert.php');
|
||||
require ('milfs/funciones/login.php');
|
||||
require ("milfs/funciones/conex.php");
|
||||
$xajax->processRequests();
|
||||
$logo = remplacetas('empresa','id','1','imagen') ;
|
||||
$direccion = remplacetas('empresa','id','1','direccion') ;
|
||||
|
@ -5,6 +5,7 @@ require ('xajax/xajax.inc.php');
|
||||
$xajax = new xajax();
|
||||
require ('funciones/funciones.php');
|
||||
require ('funciones/convert.php');
|
||||
require ("funciones/conex.php");
|
||||
$xajax->processRequests();
|
||||
if($_REQUEST[id2] =='') {$agregar= $_REQUEST[id];}else {$agregar = $_REQUEST[id2];}
|
||||
$formulario_nombre = remplacetas('form_id','id',$_REQUEST[id],'nombre') ;
|
||||
|
@ -7,6 +7,7 @@ $xajax = new xajax();
|
||||
require ('milfs/funciones/funciones.php');
|
||||
require ('milfs/funciones/convert.php');
|
||||
require ('milfs/funciones/login.php');
|
||||
require ("milfs/funciones/conex.php");
|
||||
$xajax->processRequests();
|
||||
$logo = remplacetas('empresa','id','1','imagen') ;
|
||||
$direccion = remplacetas('empresa','id','1','direccion') ;
|
||||
|
Loading…
Reference in New Issue
Block a user