summaryrefslogtreecommitdiff
path: root/xmlrpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'xmlrpc.php')
-rw-r--r--xmlrpc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index 7b52d5166..11f6ab74f 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -1,6 +1,11 @@
<?php
// $Id$
+/**
+ * @file
+ * PHP page for handling incoming XML-RPC requests from clients.
+ */
+
include_once 'includes/bootstrap.inc';
include_once 'includes/common.inc';
include_once 'includes/xmlrpc.inc';