- Patch #29051 by mathias: made the update.php script work when Drupal is installed in a subdirectory.
parent
d9d6a6e05c
commit
3029da00d6
|
@ -101,6 +101,7 @@ function update_access_denied_page() {
|
||||||
|
|
||||||
include_once './includes/bootstrap.inc';
|
include_once './includes/bootstrap.inc';
|
||||||
drupal_maintenance_theme();
|
drupal_maintenance_theme();
|
||||||
|
|
||||||
if (isset($_GET["op"])) {
|
if (isset($_GET["op"])) {
|
||||||
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
|
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
|
||||||
|
|
||||||
|
@ -122,6 +123,7 @@ if (isset($_GET["op"])) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
|
||||||
$output = update_info_page();
|
$output = update_info_page();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue