From 20ca4e9e509a111f8de0069feeac54e3b31098ee Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Fri, 19 Apr 2013 13:28:19 +0100 Subject: Allow usage in a subdir of a host. --- www/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/list.php') diff --git a/www/list.php b/www/list.php index d4934bd..1ff8a87 100644 --- a/www/list.php +++ b/www/list.php @@ -19,7 +19,7 @@ $perPage = 10; list($repos, $repoCount) = $rs->getList($page, $perPage); $pager = new Html_Pager( - $repoCount, $perPage, $page + 1, '/list/%d' + $repoCount, $perPage, $page + 1, 'list/%d' ); $db = new Database(); -- cgit v1.2.3