Duplicate
This commit is contained in:
parent
5bc09db6fb
commit
655589d407
3 changed files with 7 additions and 14 deletions
|
@ -10,13 +10,6 @@
|
|||
require_once ("book.php");
|
||||
require_once ("data.php");
|
||||
|
||||
function notFound () {
|
||||
header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found");
|
||||
header("Status: 404 Not Found");
|
||||
|
||||
$_SERVER['REDIRECT_STATUS'] = 404;
|
||||
}
|
||||
|
||||
global $config;
|
||||
|
||||
if ($config ['cops_fetch_protect'] == "1") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue