aboutsummaryrefslogtreecommitdiffstats
path: root/404.php
diff options
context:
space:
mode:
Diffstat (limited to '404.php')
-rw-r--r--404.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/404.php b/404.php
index 17ee3656d..4ae1d9f8a 100644
--- a/404.php
+++ b/404.php
@@ -1,8 +1,8 @@
<?php
define('HLANG', true);
+define('ALIGNMENT', 'Center');
require 'langs.php'; // needs absolute path in some form to be link depth independent
$dictionary = read_translation_file($locale, '404');
-
header('HTTP/1.0 404 Not Found');
header('Status: 404 Not Found');
$locale = ($locale == '404' ? 'en' : $locale);