source:
admin/WebConsole/asistentes/xajax.common.php
@
d81fc6a
Last change on this file since d81fc6a was 81f4945, checked in by , 14 years ago | |
---|---|
|
|
File size: 266 bytes |
Line | |
---|---|
1 | <?php |
2 | //importando las librerias XAJAX |
3 | require ("/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.