1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

remove useless include

This commit is contained in:
Hannes Magnusson
2011-01-02 11:02:54 +00:00
parent 5da58f8f77
commit 39fc136e9b

View File

@@ -2,7 +2,6 @@
// $Id$
$_SERVER['BASE_PAGE'] = 'archive/2009.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/pregen-news.inc';
news_archive_sidebar();
site_header("News Archive - 2009");
?>