]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- also chdir in xmlrpc
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Jul 2005 15:46:13 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-topdir.patch -> 1.2

drupal-topdir.patch

index 128a82fb4bfc629743e414e9df1dba361f5489f2..fd0a50b0f913fafb7c5885bdf1ee2b65f9a2b926 100644 (file)
@@ -8,3 +8,13 @@
  include_once 'includes/bootstrap.inc';
  drupal_page_header();
  include_once 'includes/common.inc';
+--- drupal-4.6.2/xmlrpc.php~   2004-08-21 09:42:34.000000000 +0300
++++ drupal-4.6.2/xmlrpc.php    2005-07-06 18:44:26.000000000 +0300
+@@ -6,6 +6,7 @@
+  * PHP page for handling incoming XML-RPC requests from clients.
+  */
++chdir('..');
+ include_once 'includes/bootstrap.inc';
+ include_once 'includes/common.inc';
+ include_once 'includes/xmlrpc.inc';
This page took 0.109884 seconds and 4 git commands to generate.