aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 765416ec..7d84aa0d 100644
--- a/index.php
+++ b/index.php
@@ -1770,7 +1770,6 @@ HTML;
1770 1770
1771 // -------- Otherwise, simply display search form and links: 1771 // -------- Otherwise, simply display search form and links:
1772 $PAGE = new pageBuilder; 1772 $PAGE = new pageBuilder;
1773 $PAGE->assign('linkcount',count($LINKSDB));
1774 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display 1773 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display
1775 $PAGE->renderPage('linklist'); 1774 $PAGE->renderPage('linklist');
1776 exit; 1775 exit;