]> git.pld-linux.org Git - packages/drupal.git/blob - drupal-topdir.patch
- restore r1.15
[packages/drupal.git] / drupal-topdir.patch
1 --- drupal-5.0/index.php~       2007-01-26 13:07:22.769199912 +0200
2 +++ drupal-5.0/index.php        2007-01-26 13:07:59.610031940 +0200
3 @@ -9,6 +9,7 @@
4   * prints the appropriate page.
5   */
6  
7 +chdir('..');
8  require_once './includes/bootstrap.inc';
9  drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
10  
11 --- drupal-5.0/xmlrpc.php~      2007-01-26 13:08:33.010786268 +0200
12 +++ drupal-5.0/xmlrpc.php       2007-01-26 13:08:53.461248124 +0200
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  drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
20  include_once './includes/xmlrpc.inc';
21 --- drupal-5.7/update.php.old   2007-04-08 02:54:04.000000000 +0200
22 +++ drupal-5.7/update.php       2008-02-17 21:15:36.000000000 +0100
23 @@ -765,6 +765,7 @@
24  // Our custom error handler is not yet installed, so we just suppress them.
25  ini_set('display_errors', FALSE);
26  
27 +chdir('..');
28  include_once './includes/bootstrap.inc';
29  update_fix_system_table();
30  
This page took 0.070312 seconds and 3 git commands to generate.