forked from booruguru/UserPie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
401.php
38 lines (27 loc) · 1.06 KB
/
401.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/*
UserCake Version: 1.0
http://usercake.com
*/
require_once("models/config.php"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>404 - Page Not Found | <?php echo $websiteName; ?> </title>
<?php require_once("head_inc.php"); ?>
</head>
<body><div class="modal-ish">
<div class="modal-header">
<center><img src="assets/img/logo.png"></center>
</div>
<div class="modal-body">
<center>
<h1>401</h1>
<h2>You are not authorized to view this page.</h2>
</center>
</div>
</div>
<div class="clear"></div>
<p style="margin-top:30px; text-align:center;"><a href="user/register.php">Sign Up</a> / <a href="user/login.php">Login</a> / <a href="user/forgot-password.php">Forgot Password?</a> / <a href="index.php">Home Page</a></p>
</html>