ff account manager
This commit is contained in:
1
boot.php
1
boot.php
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user