source: admin/WebConsole/asistentes/xajax.common.php @ d81fc6a

Last change on this file since d81fc6a was 81f4945, checked in by adv <adv@…>, 14 years ago

version1.0 asistente->CloneRemote? usando clase adophp #306

git-svn-id: https://opengnsys.es/svn/branches/version1.0@1811 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 266 bytes
Line 
1<?php
2//importando las librerias XAJAX
3require ("/opt/opengnsys/www/xajax/xajax_core/xajax.inc.php");
4$xajax = new xajax("xajax.server.php");
5//asociamos la funci�n creada en index.server.php al objeto XAJAX
6$xajax->registerFunction("ListarOrigenMaster");
7?>
Note: See TracBrowser for help on using the repository browser.