]> git.pld-linux.org Git - packages/drupal.git/blob - drupal-topdir.patch
- add README.PLD
[packages/drupal.git] / drupal-topdir.patch
1 --- ./index.php~        2004-08-21 09:42:34.000000000 +0300
2 +++ ./index.php 2005-05-20 14:10:24.260339523 +0300
3 @@ -9,6 +9,7 @@
4   * prints the appropriate page.
5   */
6  
7 +chdir('..');
8  include_once 'includes/bootstrap.inc';
9  drupal_page_header();
10  include_once 'includes/common.inc';
11 --- drupal-4.6.2/xmlrpc.php~    2004-08-21 09:42:34.000000000 +0300
12 +++ drupal-4.6.2/xmlrpc.php     2005-07-06 18:44:26.000000000 +0300
13 @@ -6,6 +6,7 @@
14   * PHP page for handling incoming XML-RPC requests from clients.
15   */
16  
17 +chdir('..');
18  include_once 'includes/bootstrap.inc';
19  include_once 'includes/common.inc';
20  include_once 'includes/xmlrpc.inc';
This page took 0.067816 seconds and 3 git commands to generate.