view htdocs/shared/403.php @ 607:c65f2256e560 17385-rm-old-protocols

closing merged branch
author Gary Kramlich <grim@reaperworld.com>
date Thu, 11 Apr 2019 16:26:10 -0500
parents 510049e45ef3
children
line wrap: on
line source

<?
  // Update these to match the current page.
  $page['title'] =   "403 Forbidden";
  $page['section'] = "";

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

<div id="content">

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

<h1>403 Forbidden</h1>

<p>Sorry, the page you tried to reach is hidden!  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"); ?>