t('@site is currently under maintenance. We should be back shortly. Thank you for your patience.',array('@site'=>variable_get('site_name','Drupal'))))));
...
...
@@ -330,7 +330,7 @@ function drupal_site_offline() {
* Generates a 404 error if the request can not be handled.
*/
functiondrupal_not_found(){
drupal_set_header('HTTP/1.0 404 Not Found');
drupal_set_header('HTTP/1.1 404 Not Found');
watchdog('page not found',check_plain($_GET['q']),WATCHDOG_WARNING);
...
...
@@ -360,7 +360,7 @@ function drupal_not_found() {
* Generates a 403 error if the request is not allowed.