-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Insert, Update and Delete posts, links and users.
- Loading branch information
1 parent
47de1ca
commit 6767e50
Showing
32 changed files
with
1,571 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ErrorDocument 400 /400.php | ||
ErrorDocument 401 /401.php | ||
ErrorDocument 403 /403.php | ||
ErrorDocument 404 /404.php | ||
ErrorDocument 500 /500.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">400 Error:</h1> | ||
<h1 id="welcome">Bad request</h1> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">400 Error:</h1> | ||
<h1 id="welcome">Bad request</h1> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">401 Error:</h1> | ||
<h1 id="welcome">Authorization required</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">401 Error:</h1> | ||
<h1 id="welcome">Authorization required</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">403 Error:</h1> | ||
<h1 id="welcome">Forbidden</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">403 Error:</h1> | ||
<h1 id="welcome">Forbidden</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">404 Error:</h1> | ||
<h1 id="welcome">Page not found</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">404 Error:</h1> | ||
<h1 id="welcome">Page not found</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">500 Error:</h1> | ||
<h1 id="welcome">Internal server error</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">500 Error:</h1> | ||
<h1 id="welcome">Internal server error</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
// Display Header | ||
include $_SERVER['DOCUMENT_ROOT'] . '/view/header.php'; | ||
?> | ||
|
||
<h1 id="welcome">404 Error: Page not found</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.