Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
09b660a6
Commit
09b660a6
authored
Dec 18, 2003
by
Dries
Browse files
- Small update
parent
aa2f6162
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
09b660a6
...
...
@@ -105,7 +105,7 @@ function drupal_rebuild_path_map() {
function
drupal_not_found
()
{
header
(
"HTTP/1.0 404 Not Found"
);
watchdog
(
"httpd"
,
"404 error: "
.
$_GET
[
'q'
]
.
" not found"
);
watchdog
(
"httpd"
,
"404 error:
'
"
.
check_query
(
$_GET
[
"q"
])
.
"
'
not found"
);
$path
=
drupal_get_normal_path
(
variable_get
(
'site_404'
,
''
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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