1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Removing a duplicate prepend.inc include

This commit is contained in:
Paul Dragoonis
2011-10-16 17:55:08 +00:00
parent ecbe49cd55
commit 2c09dec23c

View File

@@ -11,7 +11,6 @@ if(myphpnet_beta()) {
}
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/mirrortable.inc';
site_header("Mirror Sites", array("current" => "community"));
?>