1
0
Fork 0

Merge pull request #38 from kleper/patch-27

Update formulario.php
This commit is contained in:
humano 2015-07-11 12:32:05 -05:00
commit 3a33ee699a
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ require ('milfs/funciones/funciones.php');
require ('milfs/funciones/convert.php'); require ('milfs/funciones/convert.php');
require ('milfs/funciones/login.php'); require ('milfs/funciones/login.php');
require ("milfs/funciones/conex.php"); require ("milfs/funciones/conex.php");
require ("milfs/includes/markdown.php");
$xajax->processRequests(); $xajax->processRequests();
$logo = remplacetas('empresa','id','1','imagen') ; $logo = remplacetas('empresa','id','1','imagen') ;
$direccion = remplacetas('empresa','id','1','direccion') ; $direccion = remplacetas('empresa','id','1','direccion') ;
@ -148,4 +149,4 @@ $web = remplacetas('empresa','id','1','web') ;
<!-- Placed at the end of the document so the pages load faster --> <!-- Placed at the end of the document so the pages load faster -->
</body> </body>
</html> </html>