// We need to set this to return a 200 since we use .htaccess ErrorDocument
// rules to handle archives.
header('HTTP/1.0 200');
-if ($serendipity['expose_s9y']) {
- header('X-Blog: Serendipity'); // Used for installer detection
-}
// Session are needed to also remember an autologin user on the frontend
ob_start();
include_once('serendipity_config.inc.php');
header('Content-Type: text/html; charset='. LANG_CHARSET);
+if ($serendipity['expose_s9y']) {
+ header('X-Blog: Serendipity'); // Used for installer detection
+}
+
$track_referer = true;
$uri = $_SERVER['REQUEST_URI'];