Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
fdaae762
Commit
fdaae762
authored
Dec 19, 2010
by
Angie Byron
Browse files
#1002364
: Fixed Whitespace in bootstrap.inc
parent
104d6197
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/bootstrap.inc
View file @
fdaae762
...
...
@@ -19,12 +19,12 @@
/**
* Minimum supported version of PHP.
*/
define
(
'DRUPAL_MINIMUM_PHP'
,
'5.2.4'
);
define
(
'DRUPAL_MINIMUM_PHP'
,
'5.2.4'
);
/**
* Minimum recommended value of PHP memory_limit.
*/
define
(
'DRUPAL_MINIMUM_PHP_MEMORY_LIMIT'
,
'32M'
);
define
(
'DRUPAL_MINIMUM_PHP_MEMORY_LIMIT'
,
'32M'
);
/**
* Indicates that the item should never be removed unless explicitly selected.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment