1
1
Fork 0

ff account manager

This commit is contained in:
Friendika 2010-11-11 02:49:28 -08:00
commit 7be66b1d91
7 changed files with 44 additions and 6 deletions

View file

@ -163,6 +163,7 @@ class App {
if($this->cmd === '.well-known/host-meta')
require_once('include/hostxrd.php');
$this->pager['page'] = ((x($_GET,'page')) ? $_GET['page'] : 1);
$this->pager['itemspage'] = 50;
$this->pager['start'] = ($this->pager['page'] * $this->pager['itemspage']) - $this->pager['itemspage'];