1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Issue #91 - 404 headers on missing pages.

This commit is contained in:
Cameron
2015-02-05 20:25:28 -08:00
parent b7cb8fe75d
commit 7b1368b276
2 changed files with 9 additions and 5 deletions

View File

@@ -539,7 +539,8 @@ class pageClass
if(!$sql->gen($query))
{
header("HTTP/1.0 404 Not Found");
// exit;
/*
$ret['title'] = LAN_PAGE_12; // ***** CHANGED