Skip to content
Snippets Groups Projects
Commit fee10f55 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #511022 by gordon: some drupal.sh fixes for Drush.

parent a05ec189
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/php
#!/usr/bin/env php
<?php
// $Id$
......@@ -66,6 +66,7 @@
$_SERVER['REQUEST_METHOD'] = 'GET';
$_SERVER['QUERY_STRING'] = '';
$_SERVER['PHP_SELF'] = $_SERVER['REQUEST_URI'] = '/';
$_SERVER['HTTP_USER_AGENT'] = 'console';
// toggle verbose mode
if (in_array('--verbose', $_SERVER['argv'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment