summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-07-03 17:57:03 +0000
committerDries Buytaert <dries@buytaert.net>2008-07-03 17:57:03 +0000
commit1415340ce390e2fa6a872e5efa9a152e34840454 (patch)
tree31aef1e02db3a18033d50da9bedd718adc349fe1 /install.php
parent0ccb4c40d147d222d081aa2528ee891701efd8b2 (diff)
downloadbrdo-1415340ce390e2fa6a872e5efa9a152e34840454.tar.gz
brdo-1415340ce390e2fa6a872e5efa9a152e34840454.tar.bz2
- Patch #191499 by catch: remove display order settings and cleaned up some white space.
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index e66ddff86..1ec0eccce 100644
--- a/install.php
+++ b/install.php
@@ -26,8 +26,8 @@ function install_main() {
if (preg_match("/^simpletest\d+$/", $_SERVER['HTTP_USER_AGENT'])) {
header('HTTP/1.1 403 Forbidden');
exit;
- }
-
+ }
+
require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_CONFIGURATION);