X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/ca811e0e06d35ee0c032980b62ea16c3267641cf..7d080341a23c30924f88d847dc24e4b55f198ae5:/index.php diff --git a/index.php b/index.php index e0d97a4..9180768 100644 --- a/index.php +++ b/index.php @@ -25,9 +25,9 @@ echo $util->getHeader(); echo $util->getHeading(); - echo "
- Rows per page
{$util->getUser()} + echo "Rows per page {$util->getUser()} Logout"; $which = ($util->isAdmin() == true) ? 'all' : $util->getUser(); $rows = $DB->getQMails($offset, $rowsPerPage, $which);