DRUPAL_ROOT

in ./xmlrpc.php

Root directory of Drupal installation.

<?php
define('DRUPAL_ROOT', getcwd());
?>