X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/217f7dc706236f1edbff198893b54f3518742879..0bb323911049e884e5c2129201ae0ebf5e88c10e:/page.php diff --git a/page.php b/page.php index f9dabf0..c313467 100644 --- a/page.php +++ b/page.php @@ -26,7 +26,7 @@ elseif (file_exists("$request/index.html")) { require_once('article.inc.php'); $Page = new ArchiveArticle($staticpage); -if ($_SERVER['HTTP_ACCEPT'] === 'text/plain') { +if (@$_SERVER['HTTP_ACCEPT'] === 'text/plain') { $Page->api = TRUE; } @@ -83,7 +83,7 @@ else { } } -if ($_SERVER['HTTP_ACCEPT'] === 'application/xml') { +if (@$_SERVER['HTTP_ACCEPT'] === 'application/xml') { header('Access-Control-Allow-Origin: *'); } elseif (!$Page->api) {