htdocs/shared/404.php

Mon, 27 May 2019 20:50:45 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 27 May 2019 20:50:45 -0500
branch
Robbie/support-update-common-issues-section-to-1473936966513
changeset 613
e03ac9415bf6
parent 547
510049e45ef3
permissions
-rw-r--r--

closing merged branch

<?
  header('HTTP/1.1 404 Not Found');

  // Update these to match the current page.
  $page['title'] =   "404 Not Found";
  $page['section'] = "";

  include($_SERVER['DOCUMENT_ROOT'] . "/../inc/header.inc");
?>

<div id="content">

<div class="box_full">
<div id="main">

<h1>404 Not Found</h1>

<p>Sorry, the page you tried to reach isn't here!  Please try using other
links on the site to find what you're looking for.  If you're sure this
page should work, please submit a <a
href="https://developer.pidgin.im/newticket">new ticket</a> to let us
know about the problem.</p>

</div>
</div>

</div>

<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/footer.inc"); ?>

mercurial