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 174f5203..69a53c56 100644
--- a/index.php
+++ b/index.php
@@ -1776,7 +1776,6 @@ HTML;
1776 1776
1777 // -------- Otherwise, simply display search form and links: 1777 // -------- Otherwise, simply display search form and links:
1778 $PAGE = new pageBuilder; 1778 $PAGE = new pageBuilder;
1779 $PAGE->assign('linkcount',count($LINKSDB));
1780 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display 1779 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display
1781 $PAGE->renderPage('linklist'); 1780 $PAGE->renderPage('linklist');
1782 exit; 1781 exit;