aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'php/admin/lstats.php')
-rw-r--r--php/admin/lstats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/admin/lstats.php b/php/admin/lstats.php
index 9416eb5..667d9cb 100644
--- a/php/admin/lstats.php
+++ b/php/admin/lstats.php
@@ -51,7 +51,7 @@ echo '<h2>Location Statistics</h2>';
echo '<p>This shows whether or not a server is serving up a certain file.</p>';
-show_list($stats,$headers,'simple');
+ListOut::show($stats,$headers,'simple');
echo '<p><a href="./lstats.php?csv=1&amp;sort='.$_GET['sort'].'&amp;order='.$_GET['order'].'">Save this page as CSV &raquo;</a></p>';