diff options
author | Guy Brand <gb@isis.u-strasbg.fr> | 2007-10-27 22:26:16 +0200 |
---|---|---|
committer | Guy Brand <gb@isis.u-strasbg.fr> | 2007-10-27 22:26:16 +0200 |
commit | 7aec69d1682617fca206712f1dfcd25f6531157a (patch) | |
tree | e421421f0eece58b8a0a4e98a0969bc990f262e6 | |
parent | 53cc32cc69765e09542d9c4a69e59fa82c6566b9 (diff) | |
download | rpg-7aec69d1682617fca206712f1dfcd25f6531157a.tar.gz rpg-7aec69d1682617fca206712f1dfcd25f6531157a.tar.bz2 |
Revert change to DOKU_INC introduced by xmlrpc_putpage patch
darcs-hash:20071027202616-19e2d-6477ab646496d10203875826e06d923cda32fde2.gz
-rw-r--r-- | lib/exe/xmlrpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/xmlrpc.php b/lib/exe/xmlrpc.php index aa9d35ada..77a1f0e3a 100644 --- a/lib/exe/xmlrpc.php +++ b/lib/exe/xmlrpc.php @@ -1,5 +1,5 @@ <?php -if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/'); +if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../'); // fix when '<?xml' isn't on the very first line if(isset($HTTP_RAW_POST_DATA)) $HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA); |