Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9029
Modified Files:
index.php
Log Message:
The error message appears in wrong content and it is even shown when plugins like the static page plugin do display content.
So we probably don't need to show it at all...
Index: index.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/index.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- index.php 16 Dec 2004 17:36:31 -0000 1.66
+++ index.php 20 Dec 2004 17:48:25 -0000 1.67
@@ -245,7 +245,7 @@
} else {
header('HTTP/1.0 404 Not found');
include_once(S9Y_INCLUDE_PATH . 'include/genpage.inc.php');
- printf('<div class="serendipity_msg_important">' . DOCUMENT_NOT_FOUND . '</div>', $uri);
+ // printf('<div class="serendipity_msg_important">' . DOCUMENT_NOT_FOUND . '</div>', $uri);
}
if ($track_referer) {
|