source: sipes/cord/xmlrpc.php @ 6926c6e

stableversion-3.0
Last change on this file since 6926c6e was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 294 octetos
Línea 
1<?php
2
3/**
4 * @file
5 * PHP page for handling incoming XML-RPC requests from clients.
6 */
7
8include_once './includes/bootstrap.inc';
9drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
10include_once './includes/xmlrpc.inc';
11include_once './includes/xmlrpcs.inc';
12
13xmlrpc_server(module_invoke_all('xmlrpc'));
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.